saosir edited a comment on issue #6022: flink pulsar producer can not connect 
to cluster when enable Token Authentication
URL: https://github.com/apache/pulsar/issues/6022#issuecomment-572856133
 
 
   @jiazhai It is related with flink connector
   
   In obove example set client auth token with
   
   ```java
   
clientConfigurationData.setAuthentication(AuthenticationFactory.token("eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtZW5zaGVuIn0.w7nsT2GDGmHPd8DchqUDQH27xQ84xJp5dGKaOMsC7oU"));
   ```
   
   but when flink job startup `clientConfigurationData.authentication` auto 
change to `AuthenticationDisabled`

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