apache / apache/pulsar-client-python

does pulsar python support SASL?

Open
#272 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
75
Forks
53
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.