You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2019/04/01 18:20:53 UTC

[pulsar] branch branch-2.3 updated (47f85a1 -> 04de22e)

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

mmerli pushed a change to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 47f85a1  Issue #3211: Fix NPE when creating schema after deleting a schema (#3836)
     new 5dd2f47  issue#3838 : Allow incompatible schemas to co-exist on a topic, allow set-schema-autoupdate-strategy = none (#3840)
     new 16f0e7b  By default use `journalFormatVersionToWrite=5` for Bookie journal (#3890)
     new 6e8320a  Misc Function fixes:- (#3907)
     new f3a77b7  Fix comments of schema compatibility strategy. (#3923)
     new 04de22e  fix submit function via url (#3934)

The 2985 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 conf/bookkeeper.conf                               |  29 +++--
 ...bilityCheck.java => AlwaysSchemaValidator.java} |  13 ++-
 .../schema/SchemaCompatibilityStrategy.java        |  11 +-
 .../apache/pulsar/io/PulsarFunctionE2ETest.java    | 123 +++++++++++++++++++--
 .../org/apache/pulsar/admin/cli/CmdNamespaces.java |   2 +
 .../SchemaAutoUpdateCompatibilityStrategy.java     |   8 +-
 .../pulsar/functions/instance/ContextImpl.java     |   7 +-
 .../functions/instance/JavaInstanceRunnable.java   |  10 +-
 .../pulsar/functions/instance/ContextImplTest.java |   1 -
 .../org/apache/pulsar/functions/utils/Utils.java   |  44 ++------
 site2/docs/reference-pulsar-admin.md               |  23 +++-
 .../integration/cli/SchemaUpdateStrategyTest.java  |  55 ++++++++-
 12 files changed, 249 insertions(+), 77 deletions(-)
 copy pulsar-broker/src/main/java/org/apache/pulsar/broker/service/schema/{ProtobufSchemaCompatibilityCheck.java => AlwaysSchemaValidator.java} (71%)