This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 04cee913 Fixed Debezium README grammar a bit
04cee913 is described below
commit 04cee9131fac2c97a544138fce5a41a51d28f86e
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Apr 21 09:56:08 2023 +0200
Fixed Debezium README grammar a bit
Signed-off-by: Andrea Cosentino <[email protected]>
---
examples/debezium/README.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/debezium/README.adoc b/examples/debezium/README.adoc
index bb7d78a5..733bd755 100644
--- a/examples/debezium/README.adoc
+++ b/examples/debezium/README.adoc
@@ -76,7 +76,7 @@ Run the Debezium consumer in the separate shell
$ mvn exec:java -Pdebezium-consumer
----
-Initially, you will Debezium will perform a snapshot of the whitelisted tables
per `application.properties`, hence you should expect
+Initially, Debezium will perform a snapshot of the whitelisted tables per
`application.properties`, hence you should expect
the data to be replicated into Cassandra. Once the snapshot mode is done, you
can try to insert a new row, update fields, delete etc. on PostgreSQL
whitelisted table(s), you should see
the changes reflecting on Cassandra as well, you can verify that by running
the following query on cqlsh:
```