-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature][Doc] Add RocketMq connector #5361
Conversation
@@ -1,8 +1,12 @@ | |||
# RocketMQ | |||
|
|||
> RocketMQ sink connector | |||
> | |||
## Description | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add supported engine follow https://github.com/apache/seatunnel/pull/5132/files#diff-1adcb2672f956c38a665af1cb0b5dab052f2e1e8b822dc33032320ce1a3bceb2R5-R9
@@ -2,6 +2,10 @@ | |||
|
|||
> RocketMQ source connector | |||
|
|||
## Support Apache RocketMQ Version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above.
## Example | ||
|
||
### Simple | ||
> random generation data is sent to Rocketmq |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The describe not right.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done,thanks review
| access.key | String | no | | When ACL_ENABLED is true, access key cannot be empty | | ||
| secret.key | String | no | | When ACL_ENABLED is true, secret key cannot be empty | | ||
| producer.group | String | no | SeaTunnel-producer-Group | SeaTunnel-producer-Group | | ||
| semantic | string | no | NON | Semantics that can be chosen EXACTLY_ONCE/AT_LEAST_ONCE/NON, default NON. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this parameter semantic
?
I found the rest in here
org.apache.seatunnel.connectors.seatunnel.rocketmq.config.ProducerConfig
org.apache.seatunnel.connectors.seatunnel.rocketmq.config.Config
It seems that many of the key options do not add examples to tell users how to use them. Can I add more examples? |
PTAL: @EricJoy2048 @Hisoka-X I made some changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* [Feature][doc][Connector-V2][RocketMq] Add RocketMq connector * [Feature][doc][Connector-V2][RocketMq] Add RocketMq connector * [Feature][doc][Connector-V2][RocketMq] Add RocketMq connector * fix * add case
subTask:#4572