You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2021/01/12 06:52:28 UTC

[pulsar] branch master updated (d4c1677 -> 7b48dea)

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 d4c1677  [C++] UnAckedMessageTracker handles batch message incorrectly (#9170)
     add 7b48dea  Issue 9130: Pulsar-admin sinks create: bad error message "java.lang.NullPointerException: path is 'null'." in case of missing "--name" parameter (#9131)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/client/admin/internal/SinksImpl.java    |  88 ++++++++-
 .../client/admin/internal/SinksImplTest.java       | 214 +++++++++++++++++++++
 2 files changed, 298 insertions(+), 4 deletions(-)
 create mode 100644 pulsar-client-admin/src/test/java/org/apache/pulsar/client/admin/internal/SinksImplTest.java