Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.6
-
None
-
None
Description
Currently, to send a single message, you have to create a list, add a single message to it, wrap it up in a ProducerData object and then send it.
For the most basic use case of sending a single message, with random partitioning, it is reasonable to provide an api that takes in just the topic and a single message.