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

fix: set admin.Connector.Dialer.SASLMechanism if TLS isn't enabled #195

Merged
merged 1 commit into from
May 20, 2024

Conversation

alkur-gh
Copy link
Contributor

Had an error when tried to get offsets of a topic from a cluster with enabled SASL_PLAINTEXT.
Kafka version: 2.13-3.6.1
Topicctl version: v1.17.0

topicctl get offsets topic-default \
  --broker-addr 127.0.0.1:9092 \
  --sasl-username username \
  --sasl-password password \
  --sasl-mechanism plain 

[2024-05-14 18:33:57] ERROR EOF

@alkur-gh alkur-gh requested a review from a team as a code owner May 14, 2024 13:49
@petedannemann petedannemann merged commit aedd232 into segmentio:master May 20, 2024
9 checks passed
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