This is an automated email from the ASF dual-hosted git repository.
sijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 37e02fa Fix subscription dispatch rate does not work after the topic
unload without dispatch rate limit. (#8947)
add 7be1b8d Support deliverAt and deliverAfter attribute for Websocket
producer. (#8945)
No new revisions were added by this update.
Summary of changes:
.../apache/pulsar/websocket/ProducerHandler.java | 7 ++
.../pulsar/websocket/ProducerHandlerTest.java | 95 ++++++++++++++++++++++
2 files changed, 102 insertions(+)
create mode 100644
pulsar-websocket/src/test/java/org/apache/pulsar/websocket/ProducerHandlerTest.java