Parsely / pykafka

Apache Kafka client for Python; high-level & low-level consumer/producer, with great performance.
http://pykafka.readthedocs.org/
Apache License 2.0
1.12k stars 232 forks source link

how to ensure message not missing #1035

Open zuiwanting opened 3 years ago

zuiwanting commented 3 years ago

we have a kafka cluster with 5 nodes, and producer gen through method 'get_producer', when we restart one node, the producer got error message bellow:

in this situation, how we can identify which message missing or retry to send the missing message when the broken kafka broker is working