Skip to content

Commit e6996b8

Browse files
authoredMay 14, 2022
[improve][doc] fix error param and config in io-rabbitmq-sink.md (#15499)
1 parent 50d1c05 commit e6996b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎site2/docs/io-rabbitmq-sink.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The configuration of the RabbitMQ sink connector has the following properties.
3030
| `handshakeTimeout` | int|false | 10000 | The timeout of AMQP0-9-1 protocol handshake in milliseconds. |
3131
| `requestedHeartbeat` | int|false | 60 | The exchange to publish messages. |
3232
| `exchangeName` | String|true | " " (empty string) | The maximum number of messages that the server delivers.<br><br> 0 means unlimited. |
33-
| `prefetchGlobal` |String|true | " " (empty string) |The routing key used to publish messages. |
33+
| `routingKey` |String|true | " " (empty string) |The routing key used to publish messages. |
3434

3535

3636
### Example
@@ -66,7 +66,7 @@ Before using the RabbitMQ sink connector, you need to create a configuration fil
6666
configs:
6767
host: "localhost"
6868
port: 5672
69-
virtualHost: "/",
69+
virtualHost: "/"
7070
username: "guest"
7171
password: "guest"
7272
queueName: "test-queue"

0 commit comments

Comments
 (0)