Update rdkafka version and fix lint warning#265
Update rdkafka version and fix lint warning#265FalkWoldmann wants to merge 1 commit intocloudevents:mainfrom
Conversation
Signed-off-by: Falk Woldmann Lu <52786457+FalkWoldmann@users.noreply.github.com>
|
Hmm, I guess we need to include curl in the CI/CD? We could also link curl statically, which should work OOTB and should be less headache for the users |
Thanks for your PR and for pointing out the problem! I've added a quick fix to pin rdkafka-sys to <4.10 for now: #268 The root cause is an upstream librdkafka issue where
I'd prefer to wait for the upstream fix rather than adding curl as a CI dependency or linking it statically, since that would add an unnecessary dependency for users who don't need OIDC/OAuth features. Once rdkafka-sys releases a fixed version, we can bump the constraint. What do you think @FalkWoldmann is this fine for you? |
...you know the drill ;)
See #257