You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we produce multiple messages at the same time ?
You have provided the example to send single string message. Is it possible to send multiple ( List of messages ) at one go like kafka-node?
No, didn't implement that.
Underlying java implementation takes messages one by one, so no special value for us to implement list api for send.
You can implement a small utility/wrapper func in your code to do that if you need it.
Hi ..,
Can we produce multiple messages at the same time ?
You have provided the example to send single string message. Is it possible to send multiple ( List of messages ) at one go like kafka-node?
The text was updated successfully, but these errors were encountered: