Closed cafra closed 5 years ago
Hi, it's a known problem, hence https://github.com/bsm/sarama-cluster#deprecation-notice
Is the current library obsolete? But what is the reason for the repeated consumption? Is there any solution? The link description has been merged into Shopify/sarama. But I don't seem to find it. Is there a specific address, or a demo?
Hello, author. During the use, there is a problem of Kafka's repeated consumption, and the following is my use.
Kafka cluster is the version 1.0.0;
The timing of repeated consumption is usually when the client restarts. The irrelevant topic corresponds to the client restart, which will cause repeated consumption by other clients. It was previously thought that when the client was closed, the offset was not committed, so the signal was added and the commit was made when it was closed. But still have not solved the problem。
I look forward to your answer.