-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
WebSocket doesn't work well when using VIP and authentication plugin using IP address #77
Comments
merlimat
added a commit
to merlimat/pulsar
that referenced
this issue
Oct 24, 2016
…nt embedded in broker Fixes apache#77
sijie
added a commit
to sijie/pulsar
that referenced
this issue
Mar 4, 2018
hrsakai
pushed a commit
to hrsakai/pulsar
that referenced
this issue
Dec 10, 2020
hangc0276
pushed a commit
to hangc0276/pulsar
that referenced
this issue
May 26, 2021
Fix issue apache#61 We did not handle bundle unload very well. So in the situation that a topic is unload, the original kafka connection is still active, and topics still cached in KoP, this will cause error. In this change, we track the topic loading status by register a mock producer in to PersistentTopic. when topic is unload, it will trigger the connection close. Add new unit tests, make sure all tests passed.
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have trouble with WebSocket function of Pulsar.
The text was updated successfully, but these errors were encountered: