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/05 03:24:57 UTC

[GitHub] [pulsar] zhaijack opened a new pull request #4473: Issue 4469: add worker client auth config in standalone

zhaijack opened a new pull request #4473: Issue 4469: add worker client auth config in standalone
URL: https://github.com/apache/pulsar/pull/4473
 
 
   Fixes #4469 
   
   ### Motivation
   
   when it is setting to use token authn, standalone pulsar will failed to start because of function worker authentication fail.
   
   It happens like this:
   standalone will start function WorkerService, then WorkerService will create a pulsar client to create topics. But this pulsar client in worker could not get properly configuration, and caused failure when it connects to server, which has authn enabled.
   
   ### Modifications
   
   add authn related configs, so user could config the Client in worker, and make it work.
   

----------------------------------------------------------------
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