Skip to content

topicmappr: Add authentication support for Kafka connection #445

@St0rmPetrel

Description

@St0rmPetrel

Currently, topicmappr only supports connecting to Kafka using bootstrap servers without authentication.

This issue proposes adding support for authentication parameters, including:

  • kafka-ssl-ca-location
  • kafka-security-protocol
  • kafka-sasl-mechanism
  • kafka-sasl-username
  • kafka-sasl-password

By introducing a new helper function newKafkaAdminClient, these parameters are properly passed to the Kafka client, allowing topicmappr to work with secured Kafka clusters.

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