-
Notifications
You must be signed in to change notification settings - Fork 68
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
Unable to connect to Azure EventHub using Kafka protocol #376
Labels
Comments
Tried setting query_api_versions to false in lib/rig_kafka/client.ex:152 but encountered an SSL handshake issue during connection.
Here's the logs from RIG
|
Merged
Tested #379 and confirmed it's working. I can now connect to Azure EventHub directly from RIG. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
How to reproduce
When I run RIG with these settings:
..and set up clients and services like this:
..I see the following error and/or log output:
..but I really expected this:
Versions:
The text was updated successfully, but these errors were encountered: