-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Remove dependency on sarama-cluster (Kafka driver) #1052
Comments
Transferring #1090 by @vprithvi here:
|
Instead of sarama You can take a look at https://github.com/confluentinc/confluent-kafka-go |
@marqc Thanks for the suggestion - we haven't yet explored it because we weren't familiar with how the build and deployment process changes when depending on a native bindings. |
My vote is against libraries that depend on native bindings. Not only do they complicate the build in CI, they increase the barrier to entry for new contributors. |
Ironically, given my C++ background, I happen to agree. Also, |
👍 on not using the C wrapper. We used it in a project internally and had a hard time making it work on older kernel (especially having a statically-linked binary) |
is anyone working on this issue, i have bit experience working with Kafka and sarama can take this task if this is okay ? |
Is anyone actively working on this? We still see the issue with Jaeger version 1.56(latest as of today). We see that rebalancing is not trigerred upon change in partitions, eventually causing data loss. |
The text was updated successfully, but these errors were encountered: