You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by eo...@apache.org on 2021/06/23 07:11:57 UTC

[pulsar] branch master updated (8a66e97 -> a369d26)

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

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


    from 8a66e97  [Doc] Add explanations for inactive topics (#11011)
     add a369d26  [issue 10989 ] Java Client: KeyValueSchema with AutoConsume component - make it work if the topic schema is still not set (#10995)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/client/api/SimpleSchemaTest.java | 293 +++++++++++++--------
 .../org/apache/pulsar/client/impl/MessageImpl.java |   3 +
 .../pulsar/client/impl/PulsarClientImpl.java       |   4 +-
 .../client/impl/schema/KeyValueSchemaImpl.java     |  56 ++++
 4 files changed, 240 insertions(+), 116 deletions(-)