tuteng opened a new pull request #5153: [doc]Add brokerClient authentication 
configuration
URL: https://github.com/apache/pulsar/pull/5153
 
 
   
   Fixes https://github.com/apache/pulsar/issues/4560
   
   
   Master Issue: https://github.com/apache/pulsar/issues/4560
   
   ### Motivation
   
   The current document is not clear about authentication between multiple 
brokers, and users often encounter 401 errors.
   
   ### Modifications
   
   * Add document configuration for brokerClient
   
   ### Verifying this change
   
   After configuring brokerClientAuthenticationPlugin and 
brokerClientAuthenticationParameters in `broker.conf` locally, start multiple 
brokers. Run the following command to test, no 401 returns
   
   ```
   ./bin/pulsar-admin topics create-partitioned-topic test-partitioned -p 4
   ./bin/pulsar-admin topics delete-partitioned-topic test-partitioned
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to