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/09/11 04:47:37 UTC

[pulsar] branch master updated (248ee49 -> 809b249)

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 248ee49  Fix the null exception when starting the proxy service (#8019)
     add 809b249  Allow ability to specify sub position in functions (#7891)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/pulsar/admin/cli/CmdFunctions.java  |  7 +++++++
 .../org/apache/pulsar/common/functions/FunctionConfig.java   |  3 +++
 pulsar-functions/proto/src/main/proto/Function.proto         |  1 +
 .../apache/pulsar/functions/utils/FunctionConfigUtils.java   | 12 ++++++++++++
 .../pulsar/functions/utils/FunctionConfigUtilsTest.java      |  3 +++
 5 files changed, 26 insertions(+)