[
https://issues.apache.org/jira/browse/KAFKA-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16695891#comment-16695891
]
Magnus Jungsbluth commented on KAFKA-7205:
------------------------------------------
Meanwhile we did the necessary changes (which are pretty small) and verified
that it actually works without recreating the Consumer.
We would like to create a Pull Request to get this into mainline, what should
this PR be base on, trunk?
> KafkaConsumer / KafkaProducer should allow Reconfiguration of SSL
> Configuration
> -------------------------------------------------------------------------------
>
> Key: KAFKA-7205
> URL: https://issues.apache.org/jira/browse/KAFKA-7205
> Project: Kafka
> Issue Type: New Feature
> Components: clients
> Affects Versions: 1.1.1
> Reporter: Magnus Jungsbluth
> Priority: Major
>
> Since Kafka 1.1 it is possible to reconfigure KeyStores on the broker side of
> things.
> When being serious about short lived keys, the client side should also
> support reconfiguring consumers and producers.
> What I would propose is to implement {{Reconfigurable}} on {{KafkaConsumer}}
> and {{KafkaProducer}}. The implementation has to pass the calls to
> NetworkClient which passes them on to Selector until they finally reach
> {{SslFactory}} which already implements {{Reconfigurable}}.
> This seems pretty straightforward unless I am missing something important.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)