This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 4d2bc4b Fix batch size not set when deserializing from byte array
(#9855)
new 5055eef [WebSocket Client] Make the browser client support the token
authentication (#9886)
new 9b7e97bf Fix message not dispatch for key_shared sub type in
non-persistent su… (#9826)
new b4044cd Fix cherry-pick conflicts
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
...istentStickyKeyDispatcherMultipleConsumers.java | 2 +-
...ntStickyKeyDispatcherMultipleConsumersTest.java | 163 +++++++++++++++++++++
.../client/api/KeySharedSubscriptionTest.java | 38 +++--
.../pulsar/websocket/AbstractWebSocketHandler.java | 2 +-
.../WebSocketHttpServletRequestWrapper.java | 48 ++++++
site2/docs/client-libraries-websocket.md | 13 ++
6 files changed, 251 insertions(+), 15 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/nonpersistent/NonPersistentStickyKeyDispatcherMultipleConsumersTest.java
create mode 100644
pulsar-websocket/src/main/java/org/apache/pulsar/websocket/WebSocketHttpServletRequestWrapper.java