You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by je...@apache.org on 2020/06/25 20:52:37 UTC

[pulsar] branch master updated (3a3d08f -> ec0271b)

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

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


    from 3a3d08f  Use consistent command in CI disk clean task (#7358)
     add ec0271b  Add an endpoint to check whether function worker service is initialized (#7350)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/functions/worker/WorkerService.java     |  2 +-
 .../pulsar/functions/worker/rest/Resources.java    | 11 ++--
 .../worker/rest/WorkerReadinessResource.java       | 71 ++++++++++++++++++++++
 .../worker/rest/api/v2/WorkerApiV2Resource.java    | 16 +++--
 4 files changed, 89 insertions(+), 11 deletions(-)
 create mode 100644 pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/rest/WorkerReadinessResource.java