Skip to content

Commit

Permalink
updated dependencies to 3.3.1. This fixes conduktor#16
Browse files Browse the repository at this point in the history
  • Loading branch information
simplesteph committed Nov 21, 2017
1 parent 0e1f871 commit eb1dc98
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ This replicates as well as possible real deployment configurations, where you ha
## Stack version

- Zookeeper version: 3.4.9
- Kafka version: 0.11.0.0 (Confluent 3.3.0)
- Kafka Schema Registry: Confluent 3.3.0
- Kafka version: 0.11.0.1 (Confluent 3.3.1)
- Kafka Schema Registry: Confluent 3.3.1
- Kafka Schema Registry UI: 0.9.1
- Kafka Rest Proxy: Confluent 3.3.0
- Kafka Topics UI: 0.9.2
- Kafka Connect: Confluent 3.3.0
- Kafka Connect UI: 0.9.2
- Zoonavigator: 0.2.1
- Kafka Rest Proxy: Confluent 3.3.1
- Kafka Topics UI: 0.9.3
- Kafka Connect: Confluent 3.3.1
- Kafka Connect UI: 0.9.3
- Zoonavigator: 0.2.3

# Requirements

Expand Down
16 changes: 8 additions & 8 deletions full-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:


kafka1:
image: confluentinc/cp-kafka:3.3.0
image: confluentinc/cp-kafka:3.3.1
hostname: kafka1
ports:
- "9092:9092"
Expand All @@ -34,7 +34,7 @@ services:
- zoo1

kafka-schema-registry:
image: confluentinc/cp-schema-registry:3.3.0
image: confluentinc/cp-schema-registry:3.3.1
hostname: kafka-schema-registry
ports:
- "8081:8081"
Expand All @@ -58,7 +58,7 @@ services:
- kafka-schema-registry

kafka-rest-proxy:
image: confluentinc/cp-kafka-rest:3.3.0
image: confluentinc/cp-kafka-rest:3.3.1
hostname: kafka-rest-proxy
ports:
- "8082:8082"
Expand All @@ -74,7 +74,7 @@ services:
- kafka-schema-registry

kafka-topics-ui:
image: landoop/kafka-topics-ui:0.9.2
image: landoop/kafka-topics-ui:0.9.3
hostname: kafka-topics-ui
ports:
- "8000:8000"
Expand All @@ -88,7 +88,7 @@ services:
- kafka-rest-proxy

kafka-connect:
image: confluentinc/cp-kafka-connect:3.3.0
image: confluentinc/cp-kafka-connect:3.3.1
hostname: kafka-connect
ports:
- "8083:8083"
Expand Down Expand Up @@ -118,7 +118,7 @@ services:
- kafka-rest-proxy

kafka-connect-ui:
image: landoop/kafka-connect-ui:0.9.2
image: landoop/kafka-connect-ui:0.9.3
hostname: kafka-connect-ui
ports:
- "8003:8000"
Expand All @@ -129,7 +129,7 @@ services:
- kafka-connect

zoonavigator-web:
image: elkozmon/zoonavigator-web:0.2.1
image: elkozmon/zoonavigator-web:0.2.3
ports:
- "8004:8000"
environment:
Expand All @@ -142,7 +142,7 @@ services:
restart: unless-stopped

zoonavigator-api:
image: elkozmon/zoonavigator-api:0.2.1
image: elkozmon/zoonavigator-api:0.2.3
environment:
SERVER_HTTP_PORT: 9000
restart: unless-stopped
Expand Down
6 changes: 3 additions & 3 deletions zk-multiple-kafka-multiple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:


kafka1:
image: confluentinc/cp-kafka:3.3.0
image: confluentinc/cp-kafka:3.3.1
hostname: kafka1
ports:
- "9092:9092"
Expand All @@ -60,7 +60,7 @@ services:
- zoo3

kafka2:
image: confluentinc/cp-kafka:3.3.0
image: confluentinc/cp-kafka:3.3.1
hostname: kafka2
ports:
- "9093:9093"
Expand All @@ -78,7 +78,7 @@ services:
- zoo3

kafka3:
image: confluentinc/cp-kafka:3.3.0
image: confluentinc/cp-kafka:3.3.1
hostname: kafka3
ports:
- "9094:9094"
Expand Down
2 changes: 1 addition & 1 deletion zk-multiple-kafka-single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:


kafka1:
image: confluentinc/cp-kafka:3.3.0
image: confluentinc/cp-kafka:3.3.1
hostname: kafka1
ports:
- "9092:9092"
Expand Down
6 changes: 3 additions & 3 deletions zk-single-kafka-multiple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- ./zk-single-kafka-multiple/zoo1/datalog:/datalog

kafka1:
image: confluentinc/cp-kafka:3.3.0
image: confluentinc/cp-kafka:3.3.1
hostname: kafka1
ports:
- "9092:9092"
Expand All @@ -31,7 +31,7 @@ services:
- zoo1

kafka2:
image: confluentinc/cp-kafka:3.3.0
image: confluentinc/cp-kafka:3.3.1
hostname: kafka2
ports:
- "9093:9093"
Expand All @@ -48,7 +48,7 @@ services:


kafka3:
image: confluentinc/cp-kafka:3.3.0
image: confluentinc/cp-kafka:3.3.1
hostname: kafka3
ports:
- "9094:9094"
Expand Down
2 changes: 1 addition & 1 deletion zk-single-kafka-single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- ./zk-single-kafka-single/zoo1/datalog:/datalog

kafka1:
image: confluentinc/cp-kafka:3.3.0
image: confluentinc/cp-kafka:3.3.1
hostname: kafka1
ports:
- "9092:9092"
Expand Down

0 comments on commit eb1dc98

Please sign in to comment.