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

build: bumped node-rdkafka from 3.1.1 to 3.2.0 #1457

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

aryamohanan
Copy link
Contributor

@aryamohanan aryamohanan commented Nov 21, 2024

The tests were failing after upgrading node-rdkafka from v3.1.1 to v3.2.0 due to an underlying issue with librdkafka v2.6.0, which causes an error for Kafka versions earlier than 2.7.
I have raised an issue regarding this here. In the meantime, as we are using an older Kafka image version, I have updated the image to a version greater than 2.7 to work around the issue.

@@ -80,7 +80,7 @@ services:
- 2181:2181

kafka:
image: wurstmeister/kafka:2.12-2.2.1
image: wurstmeister/kafka:2.13-2.8.1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We were using an older version of the image, but I have now updated it to the latest available version https://hub.docker.com/r/wurstmeister/kafka/tags.

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.

1 participant