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

Expose ssl.endpoint.identification.algorithm option #367

Open
neontuna opened this issue Mar 15, 2024 · 1 comment
Open

Expose ssl.endpoint.identification.algorithm option #367

neontuna opened this issue Mar 15, 2024 · 1 comment

Comments

@neontuna
Copy link

Having issues with Heroku Kafka due to this option defaulting to https on newer versions of librdkafka. ssl.endpoint.identification.algorithm

https://help.heroku.com/DL63LTUX/why-do-i-receive-an-ssl-handshake-failure-when-using-the-kafka-2-x-client-with-heroku-kafka

If there's a way to access to those underlying configation options - I can't find it.

@deepredsky
Copy link
Collaborator

@neontuna You can pass any config option that librdkafka supports and not already exposed by racecer by using this

https://github.com/zendesk/racecar/blob/master/lib/racecar/config.rb#L35-L39

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

No branches or pull requests

2 participants