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

Upgrades rdkafka gem #283

Merged
merged 2 commits into from
Feb 16, 2022
Merged

Upgrades rdkafka gem #283

merged 2 commits into from
Feb 16, 2022

Conversation

leonmaia
Copy link
Contributor

@leonmaia leonmaia commented Feb 15, 2022

Originally created here #274

Description

This upgrade will require us to remove support from ruby 2.4 and 2.5, given that the rdkafka gem dropped support for these versions in the latest upgrade.

This PR upgrades Racecar to use version 0.11.1 of the rdkafka gem which bumps the Librdkafka library to the version 1.8.2 (release notes).

The main benefit of this upgrade is to try to address some issues with hanging consumers. librdkafka 1.8.0 release notes describe a couple fixes that had been done in regards to that.

@leonmaia leonmaia changed the title Upgrades rdkafka Upgrades rdkafka gem Feb 15, 2022
@leonmaia leonmaia force-pushed the lmaia/rdkafka_upgrade branch from e81998e to 1ec0568 Compare February 16, 2022 10:23
@leonmaia leonmaia requested review from codella and dasch February 16, 2022 10:25
lib/racecar/version.rb Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
@leonmaia leonmaia force-pushed the lmaia/rdkafka_upgrade branch from 1ec0568 to 2602baf Compare February 16, 2022 10:45
Copy link
Contributor

@dasch dasch left a comment

Choose a reason for hiding this comment

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

❤️

@dasch dasch merged commit 74ed95b into master Feb 16, 2022
@dasch dasch deleted the lmaia/rdkafka_upgrade branch February 16, 2022 11:09
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.

3 participants