This is an automated email from the ASF dual-hosted git repository.
mmarshall pushed a change to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from dfec6b4 Fix IllegalArgumentException: Invalid period 0.0 to calculate
rate
new d99b609 Fix time unit error in errMsg when producer send fails.
(#14299)
new 5748d8d Fix the wrong parameter in the log. (#14309)
new 20c8a1e [Websocket] Fix ``ClassCastException`` when user create
``MultiTopicReader``. (#14316)
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:
.../SystemTopicBasedTopicPoliciesService.java | 2 +-
.../apache/pulsar/client/impl/ProducerImpl.java | 3 +-
.../org/apache/pulsar/websocket/ReaderHandler.java | 10 +-
.../apache/pulsar/websocket/ReaderHandlerTest.java | 214 +++++++++++++++++++++
4 files changed, 225 insertions(+), 4 deletions(-)
create mode 100644
pulsar-websocket/src/test/java/org/apache/pulsar/websocket/ReaderHandlerTest.java