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
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.