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 2020/07/02 07:14:48 UTC

[pulsar] branch master updated (768813e -> 7a80ca9)

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 768813e  [client authentication] add authentication client with oauth2 support (#7420)
     add 7a80ca9  function to read compacted topics (#7193)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/io/PulsarFunctionE2ETest.java    | 134 +++++++++++++++++++++
 .../org/apache/pulsar/admin/cli/CmdFunctions.java  |   7 ++
 .../java/org/apache/pulsar/admin/cli/CmdSinks.java |   9 ++
 .../pulsar/common/functions/ConsumerConfig.java    |   2 +
 .../functions/instance/JavaInstanceRunnable.java   |   1 +
 .../pulsar/functions/source/PulsarSource.java      |  17 ++-
 .../proto/src/main/proto/Function.proto            |   3 +
 .../functions/utils/FunctionConfigUtils.java       |   3 +
 .../pulsar/functions/utils/SinkConfigUtils.java    |   2 +
 9 files changed, 174 insertions(+), 4 deletions(-)