Sriharsha Chintalapani created KAFKA-7116:
---------------------------------------------
Summary: Provide separate SSL configs for Kafka Broker replication
Key: KAFKA-7116
URL: https://issues.apache.org/jira/browse/KAFKA-7116
Project: Kafka
Issue Type: Improvement
Reporter: Sriharsha Chintalapani
Assignee: GEORGE LI
Currently, we are using one set of SSL configs in server.properties for the
broker to accept the connections and replication to use as client side as well.
For the most part, we can use the server configs for the replication client as
well but there are cases where we need separation.
Example Inter-broker connections would like to have SSL authentication but want
to disable encryption for replication. This is not possible right now due to
same config name "cipher_suites" being used for both server and client.
Since this Jira introduces new configs we will add a KIP.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)