Tag : apache-kafka

I need to write an application that consumes data from Kafka. The data is produced with the default partition scheme. The application cares about the current message and most recent message for any given key. In the event of the application going down (scaling in, deployment, failure), the most recent message would need to be fetched so..

Read more