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
Kafkajs allows you to send multiple messages in 1 send call. Our message-shim only adds headers to one message. Our current approach is to just DT headers to the first message.
Acceptance Criteria
As a kafkajs user I want the ability to include DT headers when sending multiple messages in a producer.send or producer.sendBatch call.
Additional context
Here's a poc branch that adds a new function to handle returning all the headers.
The text was updated successfully, but these errors were encountered:
Description
Kafkajs allows you to send multiple messages in 1 send call. Our message-shim only adds headers to one message. Our current approach is to just DT headers to the first message.
Acceptance Criteria
As a kafkajs user I want the ability to include DT headers when sending multiple messages in a
producer.send
orproducer.sendBatch
call.Additional context
Here's a poc branch that adds a new function to handle returning all the headers.
The text was updated successfully, but these errors were encountered: