yunqingmoswu commented on code in PR #5298:
URL: https://github.com/apache/inlong/pull/5298#discussion_r934217671
##########
inlong-sort/sort-connectors/postgres-cdc/src/main/java/org/apache/inlong/sort/cdc/postgres/table/PostgreSQLTableFactory.java:
##########
@@ -44,7 +44,7 @@ public class PostgreSQLTableFactory implements
DynamicTableSourceFactory {
ConfigOptions.key("inlong.metric")
.stringType()
.defaultValue("")
- .withDescription("INLONG GROUP ID + '_' + STREAM ID + '_'
+ NODE ID");
+ .withDescription("INLONG GROUP ID + '&' + STREAM ID + '&'
+ NODE ID");
Review Comment:
It is recommended to use str.format.
--
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]