[ https://issues.apache.org/jira/browse/KAFKA-13571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mickael Maison updated KAFKA-13571: ----------------------------------- Priority: Major (was: Blocker) > Enabling MirrorMaker 2.0 with TLS > --------------------------------- > > Key: KAFKA-13571 > URL: https://issues.apache.org/jira/browse/KAFKA-13571 > Project: Kafka > Issue Type: Task > Components: mirrormaker > Affects Versions: 3.0.0 > Reporter: Bharath Reddy > Priority: Major > > Hi All, > > We are trying to enableTLS for MirrorMaker 2.0(connect-mirror-maker.sh) for > apache kafka 3.0.I have used below parameters but it has not succeeded. > > Please confirm the points below. > > - TLS feature is available for MirrorMaker 2.0(connect-mirror-maker.sh),If > yes can you please share a blog/configuration to enable it. > > source.ssl.truststore.location=/home/kafka.truststore.jks > source.ssl.truststore.password=******** > source.ssl.keystore.location=/home/kafka.keystore.jks > source.ssl.keystore.password=****** > source.ssl.key.password=****** > source.security.inter.broker.protocol=SSL > source.ssl.endpoint.identification.algorithm= > target.ssl.truststore.location=/home//kafka.truststore.jks > target.ssl.truststore.password=******* > target.ssl.keystore.location=/home/kafka.keystore.jks > target.ssl.keystore.password=****** > target.ssl.key.password=****** > target.security.inter.broker.protocol=SSL > target.ssl.endpoint.identification.algorithm= > > Thanks, > Bharath Reddy -- This message was sent by Atlassian Jira (v8.20.10#820010)