studyandstudy opened a new issue, #272:
URL: https://github.com/apache/pulsar-client-python/issues/272
auth_config = {
'saslJaasClientSectionName': 'PulsarClient',
'serverType': 'broker',
'kerberosServiceName': 'pulsar',
'useKeyTab': 'true',
'keyTab': 'D:\\user.keytab',
'principal': 'test'
}
client =
pulsar.Client('pulsar://127.0.0.1:6650',authentication=pulsar.Authentication(
'org.apache.pulsar.client.impl.auth.AuthenticationSasl',
str(auth_config)
))
and i get
lib\Authentication:190 | Couldn't load auth plugin
org.apache.pulsar.client.impl.auth.AuthenticationSasl
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]