Skip to content

Conversation

@St0rmPetrel
Copy link

This commit introduces support for authentication when connecting to Kafka in topicmappr. It replaces direct client initialization with a new function, newKafkaAdminClient, which configures authentication parameters such as:

  • SSL CA location
  • Security protocol
  • SASL mechanism
  • SASL username and password

This allows users to connect to Kafka clusters requiring authentication.

Close #445

This commit introduces support for authentication when connecting to Kafka in topicmappr.
It replaces direct client initialization with a new function, `newKafkaAdminClient`, which configures authentication parameters such as:

- SSL CA location
- Security protocol
- SASL mechanism
- SASL username and password

This allows users to connect to Kafka clusters requiring authentication.
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

Successfully merging this pull request may close these issues.

topicmappr: Add authentication support for Kafka connection

1 participant