You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2022/05/06 05:12:27 UTC

[GitHub] [incubator-inlong] healchow opened a new issue, #4084: [Improve][Manager] Add some fields for stream_source and stream_sink

healchow opened a new issue, #4084:
URL: https://github.com/apache/incubator-inlong/issues/4084

   ### Description
   
   For the stream_source table, change the `server_id` field to the `data_node_name`:
   
   ```
   `data_node_name` varchar(128) DEFAULT NULL COMMENT 'Node name, which links to data_node table',
   ```
   
   For the stream_sink table, add the flowing fields before the `ext_params` field.
   
   ```
   `inlong_cluster_name` varchar(128) DEFAULT NULL COMMENT 'Cluster name, which links to inlong_cluster table',
   `data_node_name` varchar(128) DEFAULT NULL COMMENT 'Node name, which links to data_node table',
   `sort_task_name` varchar(512) DEFAULT NULL COMMENT 'Sort task name or task ID',
   `sort_consumer_group` varchar(512) DEFAULT NULL COMMENT 'Consumer group name for Sort task',
   ```
   
   
   ### InLong Component
   
   InLong Manager
   
   ### Are you willing to submit PR?
   
   - [ ] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: dev-unsubscribe@inlong.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-inlong] fuweng11 commented on issue #4084: [Improve][Manager] Add some fields for stream_source and stream_sink

Posted by GitBox <gi...@apache.org>.
fuweng11 commented on issue #4084:
URL: https://github.com/apache/incubator-inlong/issues/4084#issuecomment-1119284868

   I will deal with this problem


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-inlong] healchow closed issue #4084: [Improve][Manager] Add some fields for stream_source and stream_sink

Posted by GitBox <gi...@apache.org>.
healchow closed issue #4084: [Improve][Manager] Add some fields for stream_source and stream_sink
URL: https://github.com/apache/incubator-inlong/issues/4084


-- 
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: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org