diff --git a/_posts/2024-09-20-Detect-data-mutation-patterns-with-Debezium.adoc b/_posts/2024-10-14-Detect-data-mutation-patterns-with-Debezium.adoc similarity index 99% rename from _posts/2024-09-20-Detect-data-mutation-patterns-with-Debezium.adoc rename to _posts/2024-10-14-Detect-data-mutation-patterns-with-Debezium.adoc index 2db1c07d6f9..c9b81b94819 100644 --- a/_posts/2024-09-20-Detect-data-mutation-patterns-with-Debezium.adoc +++ b/_posts/2024-10-14-Detect-data-mutation-patterns-with-Debezium.adoc @@ -1,7 +1,7 @@ --- layout: post title: "Detect data mutation patterns with Debezium" -date: 2024-09-20 11:11:11 +0100 +date: 2024-10-14 10:10:10 +0100 tags: [ debezium, features, monitoring, analytics, metrics ] featured: true author: mfvitale @@ -123,7 +123,7 @@ order-service/mvnw package -f order-service/pom.xml + [source,shell] ---- -export DEBEZIUM_VERSION=3.0.0.Beta1 +export DEBEZIUM_VERSION=3.0.0.Final docker-compose up -d --build ----