diff --git a/.gitignore b/.gitignore index 91ea741..0c9d47c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ build .gradle +.idea +*.iml diff --git a/src/docs/asciidoc/cdc-configuration.adoc b/src/docs/asciidoc/cdc-configuration.adoc index 85a719c..6f1d317 100644 --- a/src/docs/asciidoc/cdc-configuration.adoc +++ b/src/docs/asciidoc/cdc-configuration.adoc @@ -610,19 +610,15 @@ To publish messages to RabbitMQ, please enable the `RabbitMQ` Spring profile usi | Description | Default Value -| rabbitmq.host +| rabbitmq.url | Host of the RabbitMQ server. Example: 172.17.0.1 | - -| rabbitmq.port -| Port of the RabbitMQ server -| - - | eventuate.rabbitmq.partition.count | Number of partitions. Messages are split between partitions similar to Apache Kafka. Partition is selected depending on message key hash. Processing of messages with the same partitions are ordered. -| - +| 2 |===