Skip to content
Snippets Groups Projects
Commit 1a6a0917 authored by Sören Henning's avatar Sören Henning
Browse files

Add uncommented ports field for ZooKeeper in Samza

parent b516d4ab
No related branches found
No related tags found
1 merge request!187Migrate Beam benchmark implementation
Pipeline #5825 passed
...@@ -4,6 +4,8 @@ services: ...@@ -4,6 +4,8 @@ services:
image: confluentinc/cp-zookeeper image: confluentinc/cp-zookeeper
expose: expose:
- "2181" - "2181"
#ports:
# - 2181:2181
environment: environment:
ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_CLIENT_PORT: 2181
kafka: kafka:
......
...@@ -4,6 +4,8 @@ services: ...@@ -4,6 +4,8 @@ services:
image: confluentinc/cp-zookeeper image: confluentinc/cp-zookeeper
expose: expose:
- "2181" - "2181"
#ports:
# - 2181:2181
environment: environment:
ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_CLIENT_PORT: 2181
kafka: kafka:
......
...@@ -4,6 +4,8 @@ services: ...@@ -4,6 +4,8 @@ services:
image: confluentinc/cp-zookeeper image: confluentinc/cp-zookeeper
expose: expose:
- "2181" - "2181"
#ports:
# - 2181:2181
environment: environment:
ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_CLIENT_PORT: 2181
kafka: kafka:
......
...@@ -4,6 +4,8 @@ services: ...@@ -4,6 +4,8 @@ services:
image: confluentinc/cp-zookeeper image: confluentinc/cp-zookeeper
expose: expose:
- "2181" - "2181"
#ports:
# - 2181:2181
environment: environment:
ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_CLIENT_PORT: 2181
kafka: kafka:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment