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 2022/02/14 12:34:01 UTC

[pulsar] branch master updated (d0f6df2 -> 20f1ba3)

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 d0f6df2  [Doc] TableView java client: Add a new section and change code example (#14206)
     add 20f1ba3  [PIP-124] Create init subscription before sending message to DLQ  (#13355)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/broker/service/ServerCnx.java    |  37 ++++-
 .../api/AuthorizationProducerConsumerTest.java     |  62 +++++++
 .../pulsar/client/api/DeadLetterTopicTest.java     | 179 +++++++++++++++++++++
 .../pulsar/client/api/ProducerCreationTest.java    |  74 +++++++++
 .../apache/pulsar/client/api/DeadLetterPolicy.java |   5 +
 .../apache/pulsar/client/impl/ConsumerImpl.java    |  15 +-
 .../pulsar/client/impl/ProducerBuilderImpl.java    |  13 ++
 .../apache/pulsar/client/impl/ProducerImpl.java    |   5 +-
 .../impl/conf/ProducerConfigurationData.java       |   2 +
 .../apache/pulsar/common/protocol/Commands.java    |  22 ++-
 pulsar-common/src/main/proto/PulsarApi.proto       |   4 +
 11 files changed, 407 insertions(+), 11 deletions(-)