Anthippi commented on code in PR #10557: URL: https://github.com/apache/seatunnel/pull/10557#discussion_r2935008512
########## docs/zh/connectors/source/Rabbitmq.md: ########## @@ -91,17 +92,21 @@ import ChangeLog from '../changelog/connector-rabbitmq.md'; #### fields [Config] -上游数据的模式字段。更多详情请参考 [Schema 特性](../../introduction/concepts/schema-feature.md)。 +上游数据的模式字段。更多详情请参考 [Schema 特性](../../introduction/concepts/schema-feature.md)。*注意:如果未配置 `tables_configs`,则为必填项。* + +### tables_configs [array] + +您可以使用 `tables_configs` 选项在一个作业中同时从多个 RabbitMQ 队列消费消息。连接器将根据消息来源的队列自动为每行数据分配正确的表标识符,允许您使用 `plugin_input` 将它们路由到不同的 sink。 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]
