Skip to content

Commit

Permalink
Upgraded wurstmeister/kafka docker to 2.11-1.1.1. Updated stop script…
Browse files Browse the repository at this point in the history
… to remove volumes to ensure we can run clean. Updated CHANGELOG
  • Loading branch information
rob3000 committed Aug 11, 2020
1 parent a9b743f commit 367e971
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# sinek CHANGELOG

## 2020-08-10, Version 10.0.0
** **BREAKING removed deprecated client versions
* **BREAKING** removed node-rdkafka
* KafkaJS and primary connection to kafka
* Convert to typescript.

## 2020-04-19, Version 9.1.0

* support for message headers in NProducer
Expand Down
2 changes: 1 addition & 1 deletion kafka-setup/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- ./server-jaas.conf:/etc/kafka/server-jaas.conf

kafka:
image: wurstmeister/kafka:0.10.2.1
image: wurstmeister/kafka:2.11-1.1.1
ports:
- "9092:9092"
- "9093:9093"
Expand Down
2 changes: 1 addition & 1 deletion kafka-setup/stop.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env sh
BASEDIR=$(git rev-parse --show-toplevel)
docker-compose --file ${BASEDIR}/kafka-setup/docker-compose.yml down
docker-compose --file ${BASEDIR}/kafka-setup/docker-compose.yml rm -vfs

0 comments on commit 367e971

Please sign in to comment.