Achieving a specific throughput in kafka
I have worked on kafka (kraft) with basic event-driven architecture. Now, I was asked to setup kafka to support 5 million messages per hour throughput on 3 KB payloads.
How to make Kafka producer to send multiple records in one go or in a single batch containing multiple messages
I have explored many tutorials but could not find the exact way to send multiple messages in one go to Kafka broker.