Truong Ngo Quoc
Results
1
comments of
Truong Ngo Quoc
trafficstars
I have same issue with Java pulsar client & pulsar 3.2 when I enabled authentication: authenticationEnabled=true - Code: ` PulsarClient client = PulsarClient.builder() .serviceUrl("pulsar://127.0.0.1:6650") .authentication(AuthenticationFactory.token(token)) .build();` - Log on client...