Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit a6f4f8a

Browse files
Fix tests
1 parent c38f305 commit a6f4f8a

File tree

6 files changed

+333
-118
lines changed

6 files changed

+333
-118
lines changed

docker-kafka-es/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- "9092:9092"
1313
environment:
1414
KAFKA_ADVERTISED_HOST_NAME: localhost
15-
KAFKA_CREATE_TOPICS: "u-bahn.action.create:1:1,u-bahn.action.update:1:1,u-bahn.action.delete:1:1,groups.notification.member.add:1:1,groups.notification.member.delete:1:1"
15+
KAFKA_CREATE_TOPICS: "u-bahn.action.create:1:1,u-bahn.action.update:1:1,u-bahn.action.delete:1:1,u-bahn.action.aggregate:1:1,groups.notification.member.add:1:1,groups.notification.member.delete:1:1"
1616
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
1717
esearch:
1818
image: docker.elastic.co/elasticsearch/elasticsearch:7.4.2

0 commit comments

Comments
 (0)