zerocode
zerocode copied to clipboard
Kafka- Handle produce async with callback
To get a better throughput - Instead of doing a simple produce and waiting for a record-meta-data, perform a async produce with a callback.
Implementation, Dev and Test -Done.
- TODO is
- HelloWorld
- Wiki page on
How To