From 9dae38ddf62176293200993882d06016e48478bc Mon Sep 17 00:00:00 2001 From: Fiore Mario Vitale Date: Mon, 7 Oct 2024 14:07:35 +0200 Subject: [PATCH] DBZ-8174 Upgrade database monitoring examole to Debezium 3.0.0.Final --- db-activity-monitoring/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-activity-monitoring/README.md b/db-activity-monitoring/README.md index 1262094f..485e0f37 100644 --- a/db-activity-monitoring/README.md +++ b/db-activity-monitoring/README.md @@ -31,7 +31,7 @@ order-service/mvnw package -f order-service/pom.xml then we can just run our compose file to start everything is needed. ```shell -export DEBEZIUM_VERSION=3.0.0.CR1 +export DEBEZIUM_VERSION=3.0.0.Final docker-compose up -d --build ```