-
Notifications
You must be signed in to change notification settings - Fork 2.2k
chore Update to base image 1.8.0.2 to include Kafka binary libs #4937
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
chore Update to base image 1.8.0.2 to include Kafka binary libs #4937
Conversation
Signed-off-by: Seun Martins <[email protected]>
Signed-off-by: Seun Martins <[email protected]>
c786fa0 to
358f6da
Compare
dancastellon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@impactmass Confirmed! I'm now able to consume Kafka messages in batches, which requires the lib.
|
Technically they aren't sinek binaries, they are the Kafka binary libs that would work with any library that wraps the binaries. Sinek is the only one I know of though |
| @@ -1 +1 @@ | |||
| [email protected] | |||
| [email protected].0.2 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@impactmass did you intend to upgrade Meteor here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
Here's a line from the PR description (with some more emphasis):
The base image versioning is currently tied to Meteor versions, hence the new base image for 1.8.0.2
The versioning plan in the reaction/base repo is that we cut releases with meteor versions. So the binaries needed here are in the new version cut with the updated meteor. Hence this change.
Thanks, I've updated the copy for correctness. |
brent-hoover
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@impactmass Thanks for this!
Type: chore?
Changes
Testing