You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "niulongfei (JIRA)" <ji...@apache.org> on 2018/07/23 10:34:03 UTC

[jira] [Commented] (KAFKA-6240) Support dynamic updates of frequently updated broker configs

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

niulongfei commented on KAFKA-6240:
-----------------------------------

bin/kafka-configs.sh --bootstrap-server node10.hcbss:7667,node11.hcbss:7667,node12.hcbss:7667 --alter --add-config 'sasl.mechanism.inter.broker.protocol=PLAIN,sasl.enabled.mechanisms=PLAIN,sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="admin" password="admin" user_admin="admin" user_cbss="cbss123" --entity-name 12 --entity-type brokers --command-config config/consumer.properties

i want to know why i can not update sasl.jaas.config to kafka dynamicly?

> Support dynamic updates of frequently updated broker configs
> ------------------------------------------------------------
>
>                 Key: KAFKA-6240
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6240
>             Project: Kafka
>          Issue Type: New Feature
>          Components: core
>            Reporter: Rajini Sivaram
>            Assignee: Rajini Sivaram
>            Priority: Major
>             Fix For: 1.1.0
>
>
> See [KIP-226|https://cwiki.apache.org/confluence/display/KAFKA/KIP-226+-+Dynamic+Broker+Configuration] for details.
> Implementation will be done under sub-tasks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)