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: add retries to alter user scram creds #2632

Merged
merged 2 commits into from
Aug 30, 2023

Commits on Aug 30, 2023

  1. fix: add retry logic to AlterUserScramCredentials

    According to KIP-554, the AlterUserScramCredentialsRequest description states:
    
      It will be will be sent to the controller and will return NOT_CONTROLLER if
      the receiving broker is not the controller.
    
    so this request should handle retries.
    
    Signed-off-by: Mark Hindess <[email protected]>
    hindessm committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7a5c34e View commit details
    Browse the repository at this point in the history
  2. fix: typo

    Signed-off-by: Mark Hindess <[email protected]>
    hindessm committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    e25e91d View commit details
    Browse the repository at this point in the history