sijie commented on issue #6309: Attempting to use token authentication in 
pulsar standalone causes it to exit
URL: https://github.com/apache/pulsar/issues/6309#issuecomment-585498354
 
 
   
   @rmbellovin : I see. It failed related to function worker authentication. 
there are two options:
   
   a) disable function worker in your standalone first. You can do it by 
`running bin/pulsar standalone -nfw -nss`.
   
   b) you can configure conf/standalone.conf to enable authentication for 
broker client 
(https://github.com/apache/pulsar/blob/master/conf/broker.conf#L405). That is 
the one used by function worker contacting brokers.
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to