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

Updating SASL mechanism #913

Open
ericywl opened this issue Feb 20, 2025 · 1 comment
Open

Updating SASL mechanism #913

ericywl opened this issue Feb 20, 2025 · 1 comment
Labels

Comments

@ericywl
Copy link

ericywl commented Feb 20, 2025

Is there a way to update SASL mechanism, similar to how you can update seed brokers?

franz-go/pkg/kgo/client.go

Lines 1967 to 1974 in f30c518

// UpdateSeedBrokers updates the client's list of seed brokers. Over the course
// of a long period of time, your might replace all brokers that you originally
// specified as seeds. This command allows you to replace the client's list of
// seeds.
//
// This returns an error if any of the input addrs is not a host:port. If the
// input list is empty, the function returns without replacing the seeds.
func (cl *Client) UpdateSeedBrokers(addrs ...string) error {

@twmb
Copy link
Owner

twmb commented Mar 7, 2025

Are you looking to use a completely different SASL mechanism (switch from plain to oauth) or are you looking to update user/pass or the token on an existing mechanism?

@twmb twmb added the waiting label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants