File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,11 @@ services:
40
40
EVENTUATELOCAL_ZOOKEEPER_CONNECTION_STRING : zookeeper:2181
41
41
EVENTUATELOCAL_CDC_DB_USER_NAME : root
42
42
EVENTUATELOCAL_CDC_DB_PASSWORD : rootpassword
43
- EVENTUATELOCAL_CDC_BINLOG_CLIENT_ID : 1234567890
44
43
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
45
48
eventuate-local-cdc-service :
46
49
image : eventuateio/eventuateio-local-new-cdc-service:0.22.1.RELEASE
47
50
ports :
@@ -58,7 +61,10 @@ services:
58
61
EVENTUATELOCAL_ZOOKEEPER_CONNECTION_STRING : zookeeper:2181
59
62
EVENTUATELOCAL_CDC_DB_USER_NAME : root
60
63
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
62
68
ftgo-consumer-service :
63
69
build : ./ftgo-consumer-service
64
70
ports :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ eventuateLocalVersion=0.22.1.RELEASE
15
15
16
16
eventuateTramVersion =0.13.0.RELEASE
17
17
eventuateTramSagasVersion =0.7.0.RELEASE
18
- eventuateUtilVersion =0.1 .0.RELEASE
18
+ eventuateUtilVersion =0.2 .0.RELEASE
19
19
20
20
# dockerComposePluginVersion=0.4.5
21
21
dockerComposePluginVersion =0.6.6
You can’t perform that action at this time.
0 commit comments