You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Bharath Reddy (Jira)" <ji...@apache.org> on 2021/12/29 04:11:00 UTC

[jira] [Created] (KAFKA-13571) Enabling MirrorMaker 2.0 with TLS

Bharath Reddy created KAFKA-13571:
-------------------------------------

             Summary: 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


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=changeit
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/elastic/rakuten-test/kafka/kafka_2.13-2.8.0/tls/certificates/kafka.truststore.jks
target.ssl.truststore.password=changeit
target.ssl.keystore.location=/home/elastic/rakuten-test/kafka/kafka_2.13-2.8.0/tls/certificates/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.1#820001)