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
Hi @TheZwieback we should accept strings as well, can you create a PR and fix the IHeaders type? The Typescript definitions arrived late in the project and are still not quite right.
optionally you can Buffer.from('string') the values for now.
Hi,
The header and message types are defined as:
This excludes writing headers as key value pairs as described in the documentation, see https://kafka.js.org/docs/producing#message-headers . Is there a way to fix this currently?
Thanks,
Christian
The text was updated successfully, but these errors were encountered: