File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
55 hostname : zookeeper
66 container_name : zookeeper
77 ports :
8- - " 2181:2181"
8+ - " 2181:2181"
99 environment :
1010 ZOOKEEPER_CLIENT_PORT : 2181
1111 ZOOKEEPER_TICK_TIME : 2000
@@ -17,10 +17,10 @@ services:
1717 hostname : kafka
1818 container_name : kafka
1919 depends_on :
20- - cp-zookeeper
20+ - cp-zookeeper
2121 ports :
22- - " 29092:29092"
23- - " 9092:9092"
22+ - " 29092:29092"
23+ - " 9092:9092"
2424 environment :
2525 KAFKA_BROKER_ID : 1
2626 KAFKA_ZOOKEEPER_CONNECT : ' zookeeper:2181'
@@ -40,23 +40,23 @@ services:
4040 hostname : schema-registry
4141 container_name : schema-registry
4242 depends_on :
43- - cp-kafka
43+ - cp-kafka
4444 ports :
45- - " 8081:8081"
45+ - " 8081:8081"
4646 environment :
4747 SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS : PLAINTEXT://kafka:29092
4848 SCHEMA_REGISTRY_HOST_NAME : schema-registry
4949 networks :
5050 - kafka-connect
5151
5252 connect-file-pulse :
53- image : streamthoughts/kafka-connect-file-pulse:2.13.0
53+ image : streamthoughts/kafka-connect-file-pulse:2.14.1
5454 container_name : connect
5555 depends_on :
56- - cp-kafka
56+ - cp-kafka
5757 ports :
58- - " 8083:8083"
59- - " 8000:8000"
58+ - " 8083:8083"
59+ - " 8000:8000"
6060 environment :
6161 CONNECT_BOOTSTRAP_SERVERS : ' kafka:29092'
6262 CONNECT_REST_ADVERTISED_HOST_NAME : connect
You can’t perform that action at this time.
0 commit comments