Hello Experts,

 

I am trying to replicate data between On Prem Kafka Cluster(Source) and
another Kafka cluster (Target?) set up in a Cloud provider environment.

The On-Prem to cloud is connected via IPSec VPN and  Mirror maker tool is
used  on 0.10.2.x version.

 

The consumer configs are as follows:

bootstrap.servers=x.x.x.x:2181

zookeeper.connection.timeout.ms=6000

group.id=mirrormaker

auto.offset.reset=earliest

exclude.internal.topics=true

 

The producer configs are as follows:

bootstrap.servers=y.y.y.y:9092

compression.codec=2

batch.size=65536

client.id=mirrormaker

 

x.x.x.x and y.y.y.y are reacheable over the VPN tunnel

 

I can see the date in the On-Prem consumer side, however there is no data
received in the consumer on the Cloud end.

Just wondering if Kafka can send data across IPsec encrypted tunnel links?

 

Reply via email to