Not 100% sure if librdkafka provides the exact some semantics as the
Kafka Java producer (but I believe it does for this case; but might be
worth to check the docs?).
If `send()` gives an error back, ordering would not be guaranteed any
longer if the retry happens at the application level. Ord
Hi,
My apology if this is a question which is already been answered before.
Use Case:
I am reviewing an application (producer) which is using librdKafka as a 3rd
party library to interact with Kafka brokers (3= 1L+2F). This 3rd party lib has
been configured for retries. Its a single topic with mu