Skip to content

Commit

Permalink
#31: Fixed rabbitmq configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
dartartem committed Jun 30, 2020
1 parent cd4b430 commit c58cf1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
build
.gradle
.idea
*.iml
8 changes: 2 additions & 6 deletions src/docs/asciidoc/cdc-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

|===

Expand Down

0 comments on commit c58cf1d

Please sign in to comment.