-
Notifications
You must be signed in to change notification settings - Fork 34
updated sarama versions and base kubeless project version to fix the … #13
Conversation
…CRC error when using kafka version 2.0
Hi @dimagoldin, I fixed a couple of issues related to the latest kubeless but now the CI is failing because the compilation of the sarama library:
Have you tried to compile this locally? Maybe it's necessary to update something else? |
These are the steps i took; deleted the old deployment from my k8s cluster Just to make sure, i deployed the old image again, published messages and saw CRC errors.
|
Hi @dimagoldin, the problem with
That will update the sarama library leaving the rest untouched. Can you try that? |
@andresmgot |
Thanks @dimagoldin ! |
…CRC error when using kafka version 2.0
Issue Ref: [Issue number related to this PR or None]
vmware-archive/kubeless#970
Description:
On consuming messages from kafka version 2.0, the kafka client fails with CRC mismatch errors.
[PR Description]
Version changes to sarama library to latest version that includes fixes the the bug in question.
Version change to the kubeless base project to latest stable (v1.0.0)
TODOs: