chestnut-c commented on code in PR #6585:
URL: https://github.com/apache/inlong/pull/6585#discussion_r1030431087
##########
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/Constants.java:
##########
@@ -73,11 +76,48 @@ public final class Constants {
* Node id used in inlong metric
*/
public static final String NODE_ID = "nodeId";
+ /**
+ * Database Name used in inlong metric
+ */
+ public static final String DATABASE_NAME = "database";
Review Comment:
> These constants are not considered general concepts, it is recommended to
consider a more general design?
Specific tags are listed for flexible business use.
--
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]