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: add rdkafka support #13535

Open
1 task done
mkaufmaner opened this issue May 4, 2024 · 0 comments
Open
1 task done

feat: add rdkafka support #13535

mkaufmaner opened this issue May 4, 2024 · 0 comments
Labels
needs triage This issue has not been looked into type: enhancement 🐺

Comments

@mkaufmaner
Copy link
Contributor

mkaufmaner commented May 4, 2024

Is there an existing issue that is already proposing this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe it

KafkaJS is no longer being actively maintained see tulios/kafkajs#1603

Describe the solution you'd like

To use a library with librdkafka bindings instead of the pure javascript implementation provided by kafkajs.

See #12703 (comment)

To use the @confluentinc/kafka-javascript because Confluent Inc. now maintains the underlying librdkafka library. The @confluentinc/kafka-javascript may not be "production ready" but the developers on the project are actively working on getting it production ready.

Teachability, documentation, adoption, migration strategy

This new microservice transport option needs to be documented.

TODO: Expand upon this.

What is the motivation / use case for changing the behavior?

The motivation around this feature is to migrate towards a javascript kafka library that will be maintained in perpetuity.

@mkaufmaner mkaufmaner added needs triage This issue has not been looked into type: enhancement 🐺 labels May 4, 2024
@mkaufmaner mkaufmaner changed the title Migrate from kafkajs to node-rdkafka feat: add rdkafka support May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage This issue has not been looked into type: enhancement 🐺
Projects
None yet
Development

No branches or pull requests

1 participant