Hisoka-X commented on code in PR #7996:
URL: https://github.com/apache/seatunnel/pull/7996#discussion_r1839319129
##########
seatunnel-connectors-v2/connector-rocketmq/src/main/java/org/apache/seatunnel/connectors/seatunnel/rocketmq/config/ProducerConfig.java:
##########
@@ -32,6 +32,12 @@ public class ProducerConfig extends Config {
.noDefaultValue()
.withDescription("RocketMq topic name. ");
+ public static final Option<String> TAG =
+ Options.key("tag")
+ .stringType()
+ .noDefaultValue()
+ .withDescription("RocketMq message tag. ");
Review Comment:
```suggestion
.withDescription("RocketMq message tag.");
```
--
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]