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

kafkajs API differences: on, events, Partitioners #241

Open
silverwind opened this issue Jan 17, 2025 · 0 comments
Open

kafkajs API differences: on, events, Partitioners #241

silverwind opened this issue Jan 17, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@silverwind
Copy link

silverwind commented Jan 17, 2025

Following MIGRATION.md, I notice at least these differences from the kafkajs API which are not documented there. Feel free to close if you are not planning to implement a fully compatible API.

  1. producer.on is absent (to register for producer events)
  2. producer.events is absent (I'm using producer.events.CONNECT, producer.events.DISCONNECT, producer.events.REQUEST_TIMEOUT)
  3. Partitioners export is absent (I'm using Partitioners.DefaultPartitioner)
@silverwind silverwind changed the title Kafakajs API differences related to on, events, Partitioners kafkajs API differences related to on, events, Partitioners Jan 17, 2025
@silverwind silverwind changed the title kafkajs API differences related to on, events, Partitioners kafkajs API differences: on, events, Partitioners Jan 17, 2025
@milindl milindl added the documentation Improvements or additions to documentation label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants