Skip to content

Commit 006e77b

Browse files
authored
Merge pull request microservices-patterns#24 from dartartem/master
Updated test utils. Fixed configs.
2 parents 59edfd0 + 05ef121 commit 006e77b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docker-compose.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,11 @@ services:
4040
EVENTUATELOCAL_ZOOKEEPER_CONNECTION_STRING: zookeeper:2181
4141
EVENTUATELOCAL_CDC_DB_USER_NAME: root
4242
EVENTUATELOCAL_CDC_DB_PASSWORD: rootpassword
43-
EVENTUATELOCAL_CDC_BINLOG_CLIENT_ID: 1234567890
4443
EVENTUATELOCAL_CDC_SOURCE_TABLE_NAME: message
44+
EVENTUATELOCAL_CDC_LEADERSHIP_LOCK_PATH: /eventuate/cdc/leader/eventuatetram
45+
EVENTUATELOCAL_CDC_BINLOG_CLIENT_ID: 2
46+
EVENTUATELOCAL_CDC_MY_SQL_BIN_LOG_CLIENT_NAME: ClientEventuateTram
47+
EVENTUATELOCAL_CDC_DB_HISTORY_TOPIC_NAME: db.history.eventuate.tram
4548
eventuate-local-cdc-service:
4649
image: eventuateio/eventuateio-local-new-cdc-service:0.22.1.RELEASE
4750
ports:
@@ -58,7 +61,10 @@ services:
5861
EVENTUATELOCAL_ZOOKEEPER_CONNECTION_STRING: zookeeper:2181
5962
EVENTUATELOCAL_CDC_DB_USER_NAME: root
6063
EVENTUATELOCAL_CDC_DB_PASSWORD: rootpassword
61-
EVENTUATELOCAL_CDC_LEADERSHIP_LOCK_PATH: /eventuatelocal/cdc/leader1
64+
EVENTUATELOCAL_CDC_LEADERSHIP_LOCK_PATH: /eventuate/cdc/leader/eventuatelocal
65+
EVENTUATELOCAL_CDC_BINLOG_CLIENT_ID: 1
66+
EVENTUATELOCAL_CDC_MY_SQL_BIN_LOG_CLIENT_NAME: ClientEventuateLocal
67+
EVENTUATELOCAL_CDC_DB_HISTORY_TOPIC_NAME: db.history.eventuate.local
6268
ftgo-consumer-service:
6369
build: ./ftgo-consumer-service
6470
ports:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ eventuateLocalVersion=0.22.1.RELEASE
1515

1616
eventuateTramVersion=0.13.0.RELEASE
1717
eventuateTramSagasVersion=0.7.0.RELEASE
18-
eventuateUtilVersion=0.1.0.RELEASE
18+
eventuateUtilVersion=0.2.0.RELEASE
1919

2020
#dockerComposePluginVersion=0.4.5
2121
dockerComposePluginVersion=0.6.6

0 commit comments

Comments
 (0)