Skip to content

Kafka output SCRAM authentication not working - missing protocol handler #726

@jpedrosa94

Description

@jpedrosa94

Bug Description

The Kafka output accepts SCRAM-SHA-256 and SCRAM-SHA-512 SASL mechanism configuration but doesn't implement the actual SCRAM protocol handler, causing authentication to fail.

Current Behavior

When configuring Kafka output with SCRAM authentication:

outputs:
  - name: kafka-sink
    type: kafka
    config:
      brokers: kafka.example.com:9094
      tls: true
      sasl:
        mechanism: SCRAM-SHA-512
        user: username
        password: password

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions