Hi,
Suppose we have Cassandra database with a large amount of time series data.
Each time we may have requests for retrieving data for a specific time interval. This result from Casandra needs to be processed and returned. For achieving this with Kafka streams, we need to get the data from Cassandra to Kafka topics, that is the whole data in the table needs to be imported to Kafka topics. As we are already keeping the data in Cassandra, replicating the data in Kafka seems to be an overhead.
Is there a way to dynamically retrieve data from Cassandra for each request based on the arguments.
Thanks and Regards,
Adarshlal