GanfengTan commented on code in PR #6902:
URL: https://github.com/apache/inlong/pull/6902#discussion_r1055986536
##########
inlong-manager/manager-test/src/main/resources/h2/apache_inlong_manager.sql:
##########
@@ -329,6 +330,7 @@ CREATE TABLE IF NOT EXISTS `stream_source`
`uuid` varchar(30) DEFAULT NULL COMMENT 'Mac uuid
of the agent running the task',
`data_node_name` varchar(128) DEFAULT NULL COMMENT 'Node
name, which links to data_node table',
`inlong_cluster_name` varchar(128) DEFAULT NULL COMMENT 'Cluster
name of the agent running the task',
+ `inlong_cluster_node_tag` varchar(128) DEFAULT NULL COMMENT 'Cluster
node tag',
`serialization_type` varchar(20) DEFAULT NULL COMMENT
'Serialization type, support: csv, json, canal, avro, etc',
Review Comment:
> inlong_cluster_node_tag represent this source task must match those node
who has these tag.
> node_tag represent this node has this tag.
What to do if different cluster name have the same 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]