You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2021/04/09 09:38:16 UTC

[pulsar] branch master updated (cb507da -> 31f8315)

This is an automated email from the ASF dual-hosted git repository.

penghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from cb507da  [PIP-82] [pulsar-broker] Add a task to publish resource usage to a topic (#10008)
     add 31f8315  [Messaging] Fix delay message block (#10078)

No new revisions were added by this update.

Summary of changes:
 .../delayed/InMemoryDelayedDeliveryTracker.java    |   9 +-
 .../integration/messaging/DelayMessagingTest.java  | 105 +++++++++++++++++++++
 .../src/test/resources/pulsar-messaging.xml        |   1 +
 3 files changed, 114 insertions(+), 1 deletion(-)
 create mode 100644 tests/integration/src/test/java/org/apache/pulsar/tests/integration/messaging/DelayMessagingTest.java