How to create Event Hub contain 3 Topics

MSBI_Developer_1990 41 Reputation points
2023-03-08T09:23:48.1733333+00:00

Hi Folks,

I need to create a event hub which contains a three topics with the partitions for example 20 ,and which is need to be connected to Kafka.

Thanks,

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
719 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. HimanshuSinha-msft 19,486 Reputation points Microsoft Employee Moderator
    2023-03-08T22:32:39.01+00:00

    Hello @MSBI_Developer_1990 , Thanks for the question and using MS Q&A platform.
    In Azure world Eventhub is what is Topic in Kafka .

    https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-features

    An Event Hubs namespace is a management container for event hubs (or topics, in Kafka parlance). It provides DNS-integrated network endpoints and a range of access control and network integration management features such as IP filtering, virtual network service endpoint, and Private Link.

    User's image

    User's image

    You can create the Eventub from Azure portal by following the doc here : https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-create

    Thanks
    Himanshu

    Please accept as "Yes" if the answer provided is useful , so that you can help others in the community looking for remediation for similar issues. 


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.