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/11/17 03:43:28 UTC

[pulsar] branch master updated (12ef7c9 -> bd475c2)

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 12ef7c9  Support partitioned topics in the Reader (#7518)
     add bd475c2  [Issue #8268][Pulsar Function] k8s runtime with go functions support (#8352)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/functions/runtime/RuntimeUtils.java     |  2 +-
 .../runtime/kubernetes/KubernetesRuntime.java      | 11 ++-
 .../kubernetes/KubernetesRuntimeFactory.java       |  2 +-
 .../pulsar/functions/runtime/RuntimeUtilsTest.java |  2 +-
 .../runtime/kubernetes/KubernetesRuntimeTest.java  | 83 ++++++++++++++++++++++
 .../KubernetesSecretsProviderConfigurator.java     |  3 +-
 6 files changed, 98 insertions(+), 5 deletions(-)