davidzollo commented on code in PR #8649: URL: https://github.com/apache/seatunnel/pull/8649#discussion_r1952253883
########## docs/zh/connector-v2/sink/Activemq.md: ########## @@ -0,0 +1,123 @@ +# Activemq + +> Activemq 接收器连接器 + +## 描述 + +用于将数据写入 Activemq. + +## 关键特性 + +- [ ] [精确一次](../../concept/connector-v2-features.md) + +## 选项 + +| 名称 | 类型 | 必需 | 默认值 | +|-------------------------------------|---------|----------|--------------| +| host | string | no | - | +| port | int | no | - | +| virtual_host | string | no | - | +| username | string | no | - | +| password | string | no | - | +| queue_name | string | yes | - | +| uri | string | yes | - | +| check_for_duplicate | boolean | no | - | +| client_id | boolean | no | - | +| copy_message_on_send | boolean | no | - | +| disable_timeStamps_by_default | boolean | no | - | +| use_compression | boolean | no | - | +| always_session_async | boolean | no | - | +| dispatch_async | boolean | no | - | +| nested_map_and_list_enabled | boolean | no | - | +| warnAboutUnstartedConnectionTimeout | boolean | no | - | +| closeTimeout | int | no | - | + Review Comment: Good job. Please translate the word `yes` or `no` into Chinese `是` or `否` in this table. -- 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]
