Skip to content

Commit d61095c

Browse files
authored
feat: Upgrade zoonavigator to 0.8.0 (#63)
* feat: Upgrade zoonavigator to 0.8.0 * Update build for full-stack * Update README with new version of zoonavigator
1 parent 0ce3ac0 commit d61095c

File tree

3 files changed

+7
-18
lines changed

3 files changed

+7
-18
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ script:
2525
- ./test.sh zk-multiple-kafka-single.yml 4
2626
- ./test.sh zk-single-kafka-multiple.yml 4
2727
- ./test.sh zk-multiple-kafka-multiple.yml 6
28-
- ./test.sh full-stack.yml 11
28+
- ./test.sh full-stack.yml 10

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This replicates as well as possible real deployment configurations, where you ha
1818
- Kafka Connect: Confluent 5.4.0
1919
- Kafka Connect UI: 0.9.4
2020
- KSQL Server: Confluent 5.4.0
21-
- Zoonavigator: 0.5.1
21+
- Zoonavigator: 0.8.0
2222

2323
# Requirements
2424

full-stack.yml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -145,21 +145,10 @@ services:
145145
- zoo1
146146
- kafka1
147147

148-
zoonavigator-web:
149-
image: elkozmon/zoonavigator-web:0.5.1
148+
zoonavigator:
149+
image: elkozmon/zoonavigator:0.8.0
150150
ports:
151-
- "8004:8000"
151+
- "8004:8000"
152152
environment:
153-
API_HOST: "zoonavigator-api"
154-
API_PORT: 9000
155-
links:
156-
- zoonavigator-api
157-
depends_on:
158-
- zoonavigator-api
159-
160-
zoonavigator-api:
161-
image: elkozmon/zoonavigator-api:0.5.1
162-
environment:
163-
SERVER_HTTP_PORT: 9000
164-
depends_on:
165-
- zoo1
153+
HTTP_PORT: 8000
154+
AUTO_CONNECT_CONNECTION_STRING: zoo1:2181

0 commit comments

Comments
 (0)