Skip to content

fix: add authentication support for Kafka connection#453

Open
anzzyspeaksgit wants to merge 1 commit intoDataDog:masterfrom
anzzyspeaksgit:fix/issue-445
Open

fix: add authentication support for Kafka connection#453
anzzyspeaksgit wants to merge 1 commit intoDataDog:masterfrom
anzzyspeaksgit:fix/issue-445

Conversation

@anzzyspeaksgit
Copy link
Copy Markdown

Summary

Adds authentication support for Kafka connections in topicmappr.

Problem

Closes #445

Solution

Introduced the newKafkaAdminClient helper function in root.go to properly parse and inject authentication parameters (kafka-ssl-ca-location, kafka-security-protocol, kafka-sasl-mechanism, kafka-sasl-username, kafka-sasl-password) into the Kafka client, enabling topicmappr to work with secured Kafka clusters. Replaced direct invocations with this helper.

Testing

  • Built successfully
  • Works properly with new flags

This PR was created with AI assistance.

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