node-rdkafka icon indicating copy to clipboard operation
node-rdkafka copied to clipboard

feat: consume from specific partition

Open martijnimhoff opened this issue 1 year ago • 0 comments

Closes https://github.com/Blizzard/node-rdkafka/issues/1063

Notes:

  • Currently we're running our fork in production which is using the consume method with the topic and partition argument.
  • I've updated the documentation and the examples to simplify getting started with this way of consuming messages.
  • While debugging the code, I discovered that some of the callbacks return values which are not specified in the Typescript types. I've made changes where needed.

There are no breaking changes, therefore this could be released as a minor version upgrade. We would appreciate if this was merged so that we can remove our fork and use this package directly in production.

martijnimhoff avatar Nov 06 '24 14:11 martijnimhoff