Anthippi commented on code in PR #10557:
URL: https://github.com/apache/seatunnel/pull/10557#discussion_r2935008097


##########
docs/en/connectors/source/Rabbitmq.md:
##########
@@ -91,17 +92,21 @@ the exchange to publish the message to
 
 #### fields [Config]
 
-the schema fields of upstream data. For more details, please refer to [Schema 
Feature](../../introduction/concepts/schema-feature.md).
+the schema fields of upstream data. For more details, please refer to [Schema 
Feature](../../introduction/concepts/schema-feature.md). *Note: Required if 
`tables_configs` is not configured.*
+
+### tables_configs [array]
+
+Used to read from multiple queues simultaneously. Each object in the array 
must contain a queue_name and a schema.
 
 ### network_recovery_interval [int]
 
 how long will automatic recovery wait before attempting to reconnect, in ms
 
-### topology_recovery [string]
+### topology_recovery [boolean]

Review Comment:
   Fixed



##########
docs/en/connectors/source/Rabbitmq.md:
##########
@@ -91,17 +92,21 @@ the exchange to publish the message to
 
 #### fields [Config]
 
-the schema fields of upstream data. For more details, please refer to [Schema 
Feature](../../introduction/concepts/schema-feature.md).
+the schema fields of upstream data. For more details, please refer to [Schema 
Feature](../../introduction/concepts/schema-feature.md). *Note: Required if 
`tables_configs` is not configured.*
+
+### tables_configs [array]
+
+Used to read from multiple queues simultaneously. Each object in the array 
must contain a queue_name and a schema.
 
 ### network_recovery_interval [int]
 
 how long will automatic recovery wait before attempting to reconnect, in ms
 
-### topology_recovery [string]
+### topology_recovery [boolean]
 
 if true, enables topology recovery
 
-### automatic_recovery [string]
+### automatic_recovery [boolean]

Review Comment:
   Fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to