Problem on data feeding to a private confluent cloud kafka on Azure

75 Views Asked by At

I've setup a private Confluent cloud cluster on Azure according to the official doc (https://docs.confluent.io/cloud/current/networking/private-links/azure-privatelink.html)

I want to use Azure firewall DNAT the port 9092 to the kafka bootstrap server for data feeding. But there is a connection error, address unreachable. Somehow, the address as shown in the error is an internal address (which is not routable).

Came across a similar doc in confluent cloud (https://forum.confluent.io/t/kafka-does-not-works-through-nat-as-expected/4351/2). Where and how can I setup the listener on Confluent cloud? The cli "kubectl confluent cluster kafka listeners" seems is not working on confluent cloud, and I cannot find any configuration files that I can include this settings as well.

0

There are 0 best solutions below