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/05/24 21:48:34 UTC

[GitHub] [pulsar] sleungtoast commented on issue #4365: Authentication provider getAuthData called before initialization

sleungtoast commented on issue #4365: Authentication provider getAuthData called before initialization
URL: https://github.com/apache/pulsar/issues/4365#issuecomment-495797120
 
 
   Sure thing
   ```
   Hit NPE in our CustomPulsarAuthentication.getAuthData()
   ! at org.apache.pulsar.client.impl.PulsarChannelInitializer.<init>(PulsarChannelInitializer.java:48)
   ! at org.apache.pulsar.client.impl.ConnectionPool.<init>(ConnectionPool.java:80)
   ! at org.apache.pulsar.client.impl.ConnectionPool.<init>(ConnectionPool.java:62)
   ! at org.apache.pulsar.client.impl.PulsarClientImpl.<init>(PulsarClientImpl.java:105)
   ! at org.apache.pulsar.client.impl.PulsarClientImpl.<init>(PulsarClientImpl.java:101)
   ! at org.apache.pulsar.client.impl.ClientBuilderImpl.build(ClientBuilderImpl.java:61)
   ```

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