Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: consume from specific partition #1101

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

martijnimhoff
Copy link
Contributor

Closes #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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consuming messages from each partition separately
1 participant