-
What is KafkaJS has consumer like:
where event is an object containing the properties of the event. And producer like:
How is your trigger/consumer interface in any way compatible with consuming these?
Why are binary messages not supported? Isn't this the default/de-facto format for Kafka messages?!? I seriously have to take my binary data, turn it into JSON or some string format before producing, then decode it on the consumer, when Kafka deals with binary internally. This sounds ridiculously wasteful! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Also, where is the list of values to use for |
Beta Was this translation helpful? Give feedback.
-
@dailytabs , we have updated the documentation. Would request you to please check them once again and share your feedback. |
Beta Was this translation helpful? Give feedback.
@dailytabs , we have updated the documentation. Would request you to please check them once again and share your feedback.
It's on github as well as on Microsoft public documentation