How to force logstash to reread kafka topic?

Hi,

Can someone please say how to force logstash to reread kafka topic? Just like sincedb_path for file input plugin in Logstash, is there a seeting for Kafka Plugin?

Please let me know..

Thanks

The kafka server tracks the consumer offsets, so there is no equivalent of the sincedb on the client side. You could switch to a new consumer group and kafka would send you all the data it has.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.