ruby-kafka
ruby-kafka copied to clipboard
Replicate idempotent behavior when no keys
I am trying to replicate idempotent async producer behavior when no partitioning info is provided so that messages are routed to random partitions. I think it leads to incorrect behavior.