You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Marten Richert (Jira)" <ji...@apache.org> on 2022/12/20 15:27:00 UTC

[jira] [Comment Edited] (KAFKA-7205) KafkaConsumer / KafkaProducer should allow Reconfiguration of SSL Configuration

    [ https://issues.apache.org/jira/browse/KAFKA-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649830#comment-17649830 ] 

Marten Richert edited comment on KAFKA-7205 at 12/20/22 3:26 PM:
-----------------------------------------------------------------

[~kirktrue] For now I do not plan to write a KIP myself. But the issue has been handed over to our Confluent consultant. I simply wait what he will achieve.


was (Author: JIRAUSER290703):
[~kirktrue] For now I do not plan to write a KIP myself. But the issue has been handed over to our Confluent consultant. I am in waiting position, what he will achieve.

> 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
>              Labels: needs-kip
>
> 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
(v8.20.10#820010)