Integrate Apache Kafka with Event Hub

satish manukonda 30 Reputation points
2025-04-28T16:08:20.4566667+00:00

Working on POC to integrate confluence Kafka (data exists in topic) with Azure eventhub -

query - configuration changes need to done on confluence Kafka end apart from bootstrap changes/ user credential changes

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
711 questions
{count} votes

Accepted answer
  1. hossein jalilian 10,580 Reputation points Moderator
    2025-04-28T16:45:58.77+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    The following configurations are required beyond bootstrap server and credential changes:

    1- Security Protocol Settings:

    • Enforces SSL-encrypted communication with SASL authentication
    • Specifies the SASL mechanism for authentication

    2- SASL JAAS Configuration: Must include the Event Hubs connection string as the password

    3- Producer/Consumer-Specific Security Settings

    4- Kafka Connect Configuration:

    • Internal topic configuration
    • Replication factor
    • Converters

    5- Event Hubs-Specific Parameters:

    • Namespace and Hub Name
    • Consumer Group

    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.