I am reading the documentation of Alpakka Cassandra here
It makes it very easy to use Cassandra as a source and a sink. but what about flow usage.
By flow usage I mean is that I am not using Cassandra as a source or a sink. but to Lookup Data.
is that possible using Alpakka? or should I have to write the Cassandra jdbc code in a flow myself?