You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/06/26 18:50:03 UTC

[GitHub] [pulsar] rdhabalia opened a new pull request #4609: [pulsar-broker] make replication mtls configuration dynamic

rdhabalia opened a new pull request #4609: [pulsar-broker] make replication mtls configuration dynamic
URL: https://github.com/apache/pulsar/pull/4609
 
 
   ### Motivation
   - Enabling tls for replication in live system requires multiple steps:
   1. update brokers with super-user role as per tls-cert identity
   2. enable tls for replication
   
   So, making tls-configuration dynamic, helps to enable tls-repl in live system without creating multiple deployment packages. 
   - user also needs a dynamic flag to disable tls in cert-expired situation without creating new deployment package.
   dynamic-config update will not be picked up by already loaded topics for now but it can be taken care by restarting brokers for now.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services