Does event hub auto create topics if using kafka producer api client

Ravi Chandika 21 Reputation points
2021-08-11T15:57:51.107+00:00

We are currently using spring kafka with Azure HDInsight. We have plans to migrate to Azure event hub and still use kafka api to connect with event hub. Will azure event hubs honor kafka producer's 'auto.create.topics.enable' configuration and topics are auto created if set to true (default value is anyhow true).

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

Accepted answer
  1. KranthiPakala-MSFT 46,437 Reputation points Microsoft Employee
    2021-08-16T01:02:59.083+00:00

    Hi @Ravi Chandika ,

    Sorry for the delay.

    Just confirmed with product team that the service supports the auto create topic parameter set by the producer.. Please note that partition count will be always 1 for auto-created topic as the default is set on the service side.

    Hope this info helps.

    ----------

    Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful