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 2020/11/19 17:30:40 UTC

[pulsar] branch master updated (818ad52 -> 50c4938)

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 818ad52  [pulsar-broker] Fix incorrect broker add-entry latency (#8219)
     add 50c4938  Expose last disconnected timestamp for producer and consumer. (#8605)

No new revisions were added by this update.

Summary of changes:
 .../client/api/SimpleProducerConsumerTest.java     | 40 ++++++++++++++++++++++
 .../org/apache/pulsar/client/api/Consumer.java     |  5 +++
 .../org/apache/pulsar/client/api/Producer.java     |  5 +++
 .../pulsar/client/impl/ConnectionHandler.java      |  2 ++
 .../apache/pulsar/client/impl/ConsumerImpl.java    |  5 +++
 .../client/impl/MultiTopicsConsumerImpl.java       | 11 ++++++
 .../client/impl/PartitionedProducerImpl.java       | 13 +++++++
 .../apache/pulsar/client/impl/ProducerImpl.java    |  5 +++
 8 files changed, 86 insertions(+)