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 2021/05/12 20:54:28 UTC

[pulsar] branch master updated (89f99e4 -> 958b18d)

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

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


    from 89f99e4  Fix flaky test SimpleProducerConsumerTest.testActiveAndInActiveConsumerEntryCacheBehavior (#10556)
     add 958b18d  Add docker compose (#10409)

No new revisions were added by this update.

Summary of changes:
 docker-compose/kitchen-sink/.gitignore             |   1 +
 docker-compose/kitchen-sink/README.MD              |  76 ++++
 docker-compose/kitchen-sink/docker-compose.yml     | 419 +++++++++++++++++++++
 .../kitchen-sink}/scripts/init-cluster.sh          |   2 +-
 .../scripts/{run-proxy.sh => run-websocket.sh}     |   0
 5 files changed, 497 insertions(+), 1 deletion(-)
 create mode 100644 docker-compose/kitchen-sink/.gitignore
 create mode 100644 docker-compose/kitchen-sink/README.MD
 create mode 100644 docker-compose/kitchen-sink/docker-compose.yml
 copy {tests/docker-images/latest-version-image => docker-compose/kitchen-sink}/scripts/init-cluster.sh (99%)
 copy tests/docker-images/latest-version-image/scripts/{run-proxy.sh => run-websocket.sh} (100%)