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

Compatible with librdkafka 2.3 #228

Open
KevDi opened this issue Jan 30, 2024 · 4 comments
Open

Compatible with librdkafka 2.3 #228

KevDi opened this issue Jan 30, 2024 · 4 comments

Comments

@KevDi
Copy link

KevDi commented Jan 30, 2024

Hello @kenneth-jia is the wrapper at is current state also compatible to the latest librdkafka release 2.3 ?

@c4pQ
Copy link

c4pQ commented Feb 2, 2024

By now, modern-cpp-kafka is compatible with librdkafka v2.0.2.

I think you can try linking with 2.3 and runing tests.

Do you have something crucial in the recent kafka versions to update? Just wondering. Maybe I missed something and it worths updating.

@KevDi
Copy link
Author

KevDi commented Feb 2, 2024

It seems to be working with 2.3 at least the conan package links against 2.3.
The only thing i think what is interessting that was fixed is a Problem with the idempotent Producer (Issue)

@c4pQ
Copy link

c4pQ commented Feb 2, 2024

I'd check tests status for the conan package and if it's ok use it. Why not.

PS
I think it's worth mentioning that I'm just a regular developer using this library and not affiliated with its development or support in any way. :)

@dufferzafar
Copy link

I just built this with librdkafka=2.3.0 and the unit tests all pass!

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

No branches or pull requests

3 participants