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 · 0 comments
Open

Updating SASL mechanism #913

ericywl opened this issue Feb 20, 2025 · 0 comments

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 {

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

1 participant