-
Notifications
You must be signed in to change notification settings - Fork 55
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
Update librdkafka version #182
Comments
I just tried naively to update on my side, by updating the file RDKAFKA_VER="063a9ae7a65cebdf1cc128da9815c05f91a2a996" And all the tests passed: Finished in 50.6026 seconds
51 examples, 0 failures
Test suite integration-tests: PASS
Test suite logged to:
/hw-kafka-client/dist-newstyle/build/x86_64-osx/ghc-8.10.7/hw-kafka-client-4.0.3/t/integration-tests/test/hw-kafka-client-4.0.3-integration-tests.log
1 of 1 test suites (1 of 1 test cases) passed. Then I referenced my local {"at":"2021-10-18T09:43:46.656207Z","severity":"Warning","app":["product-aggregator"],"markers":{},"msg":"Librdkafka log: KafkaLogErr FAIL: [thrd:ssl://<uri>]: ssl://<uri>/bootstrap: SSL handshake failed: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed: broker certificate could not be verified, verify that ssl.ca.location is correctly configured or root CA certificates are installed (brew install openssl) (after 108ms in state SSL_HANDSHAKE, 1 identical error(s) suppressed)","thread":"41"}
{"at":"2021-10-18T09:43:46.656207Z","severity":"Warning","app":["product-aggregator"],"markers":{},"msg":"Librdkafka log: KafkaLogErr ERROR: [thrd:app]: rdkafka#consumer-3: ssl://<uri>/bootstrap: SSL handshake failed: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed: broker certificate could not be verified, verify that ssl.ca.location is correctly configured or root CA certificates are installed (brew install openssl) (after 108ms in state SSL_HANDSHAKE, 1 identical error(s) suppressed)","thread":"42"} So I guess it was not linked to this bug. Do you want me to open a pull request with the Do you have any other clue for my trouble? |
Hello, Any news regarding my question/trouble? |
I forgot to update the status here. This issue is now only about upgrading |
Hello,
Thanks again for this library, we use it in production.
Recently, we wanted to update our dependencies, and we are now facing an
ssl.ca.location
error while trying to consume Kafka messages (seems to be macOS related, and fixed by this).However, it looks like you are still using a pretty old version of
librdkafka
: confluentinc/librdkafka@849c066 which had been released in 2018.Do you plan soon or later to update your librdkafka version dependency?
Regards,
Gauthier.
The text was updated successfully, but these errors were encountered: