yanshuchong commented on issue #8700:
URL: https://github.com/apache/pulsar/issues/8700#issuecomment-734152504


   finally i try to change the code of  
org.apache.pulsar.broker.authentication.AuthenticationProviderSasl
   
   line 98: this.signer = new SaslRoleTokenSigner(Long.toString(new 
Random().nextLong()).getBytes());
   
   to 
    this.signer = new SaslRoleTokenSigner("xxxxx".getBytes());
   
   and repleace all  the broker ,make sure all  the broker have the  same 
secret ,and the cross request will be sign success


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


Reply via email to