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

Add support for 'none' authentication for kafka while still allowing SSL #706

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

Kilowhisky
Copy link
Contributor

@Kilowhisky Kilowhisky commented Sep 8, 2023

PR for #705.

I've confirmed it working against my companies AWS MSK cluster.

{ "time": "2023-09-08 16:18:19.7048", "level": "Error", "message": "[sarama] Initializing new client" }
{ "time": "2023-09-08 16:18:19.7048", "level": "Error", "message": "[sarama] ClientID is the default of 'sarama', you should consider setting it to something application-specific." }
{ "time": "2023-09-08 16:18:19.7048", "level": "Error", "message": "[sarama] ClientID is the default of 'sarama', you should consider setting it to something application-specific." }
{ "time": "2023-09-08 16:18:19.7048", "level": "Error", "message": "[sarama] client/metadata fetching metadata for all topics from broker b-1.dev-lab.jredk1.c13.kafka.us-west-2.amazonaws.com:9094" }
{ "time": "2023-09-08 16:18:19.7054", "level": "Error", "message": "[sarama] Connected to broker at b-1.dev-lab.jredk1.c13.kafka.us-west-2.amazonaws.com:9094 (unregistered)" }
{ "time": "2023-09-08 16:18:19.7137", "level": "Error", "message": "[sarama] client/brokers registered new broker #2 at b-2.dev-lab.jredk1.c13.kafka.us-west-2.amazonaws.com:9094" }
{ "time": "2023-09-08 16:18:19.7137", "level": "Error", "message": "[sarama] client/brokers registered new broker #1 at b-1.dev-lab.jredk1.c13.kafka.us-west-2.amazonaws.com:9094" }
{ "time": "2023-09-08 16:18:19.7137", "level": "Error", "message": "[sarama] Successfully initialized new client" }
{ "time": "2023-09-08 16:18:19.7137", "level": "Error", "message": "[sarama] ClientID is the default of 'sarama', you should consider setting it to something application-specific." }
{ "time": "2023-09-08 16:18:19.7137", "level": "Error", "message": "[sarama] producer/broker/1 starting up" }
{ "time": "2023-09-08 16:18:19.7137", "level": "Error", "message": "[sarama] producer/broker/1 state change to [open] on core-geofence.private-triggered/7" }
{ "time": "2023-09-08 16:18:19.7137", "level": "Error", "message": "[sarama] Connected to broker at b-1.dev-lab.jredk1.c13.kafka.us-west-2.amazonaws.com:9094 (registered as #1)" }
{ "time": "2023-09-08 16:18:19.7654", "level": "Debug", "message": "Endpoint send ok: 107: kafka://b-1.dev-lab.jredk1.c13.kafka.us-west-2.amazonaws.com:9094/core-geofence.private-triggered?auth=none&ssl=true: <nil>" }

@tidwall tidwall merged commit 4c34a53 into tidwall:master Nov 20, 2023
1 check failed
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

Successfully merging this pull request may close these issues.

2 participants