Hi all, Although the usage of Kafka is stream oriented, for a concrete use case I need to read all the messages existing in a topic and once all them has been read then closing the consumer.
What's the best way or framework for doing this? Thanks in advance, David,