I have a use case where I receive the click-streams and I need to do certain computes using data from Cassandra and finally push the computed value to Redshift.
For this use case for streaming and compute I'm exploring the required Tech Stack. Is it possible to use Kafka Streams lib ?
If someone who has used this , can throw light on possible pros/cons or any other suggestion.