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: log SASL connection and handshake errors #2995

Merged
merged 2 commits into from
Oct 8, 2024

Commits on Oct 1, 2024

  1. Log SASL connection and handshake errors

    I'm trying to debug an issue and the logger is only logging:
    `Error while performing SASL handshake kafka-1:9093` since the
    actual error is not logged, it's not clear what went wrong.
    
    Signed-off-by: Pierangelo Di Pilato <[email protected]>
    pierDipi committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a721a20 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary .Error()

    Signed-off-by: Pierangelo Di Pilato <[email protected]>
    pierDipi committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    57b7bb8 View commit details
    Browse the repository at this point in the history