Merge pull request #914 from jba/gocdk-receive

replication: add GoCDK PubSub support
This commit is contained in:
Chris Lu
2019-04-08 10:31:02 -07:00
committed by GitHub
2 changed files with 51 additions and 0 deletions

View File

@@ -190,6 +190,7 @@ enabled = false
# The exchange must have already been created by some other means, like
# the RabbitMQ management plugin.
topic_url = "rabbit://myexchange"
sub_url = "rabbit://myqueue"
`
REPLICATION_TOML_EXAMPLE = `