Connect SQL DB to a private network Kafka Topic using Azure Data Factory

Julius 40 Reputation points
2023-06-21T18:42:29.33+00:00

Hi there,

I have data in an SQL database on a Microsoft Azure cloud (public) that I would like to push into a Kafka Topic (private network) using Azure Data Factory. I have a Self-hosted-IR which has access to the private network.

Is there a way to do this?

Thank you in advance for your support!

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,639 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,546 Reputation points Microsoft Employee Moderator
    2023-06-22T10:48:20.5666667+00:00

    Hi Julius,

    Thank you for posting query in Microsoft Q&A Platform.

    Azure data factory has a web activity through which we can do API calls. So kindly consider making REST API call to Kafka as ADF not don't have built in connector for Kafka.

    Below is RESTAPI details link for Kafka.

    https://docs.confluent.io/platform/current/kafka-rest/index.html

    Hope this helps. Please let me know if any further queries.


    Please consider hitting Accept Answer button. Accepted answers help community as well.


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.