-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] ClassNotFoundException: io.streamnative.pulsar.handlers.amqp.authentication.AuthenticationProviderBasic #864
Labels
Comments
Note that the result is the same when I use the
|
Well, I finally noticed that the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I am trying to configure Basic AMQP authentication using
apachepulsar/pulsar
Docker image + AoP. I can successfully install the protocol handler. When I register the
io.streamnative.pulsar.handlers.amqp.authentication.AuthenticationProviderBasic
provider in thestandalone.conf
authenticationProviders=org.apache.pulsar.broker.authentication.AuthenticationProviderBasic,io.streamnative.pulsar.handlers.amqp.authentication.AuthenticationProviderBasic
I get aClassNotFoundException
:What am I doing wrong ?
To Reproduce
Steps to reproduce the behavior:
apachepulsar/pulsar
imageio.streamnative.pulsar.handlers.amqp.authentication.AuthenticationProviderBasic
to theauthenticationProviders
parameter in thestandalone.conf
file.bin/pulsar standalone
Expected behavior
The basic authentication provider for AMQP should register successfully.
Additional context
Using Pulsar 2.11.0 and AoP 2.11.0.3
The text was updated successfully, but these errors were encountered: