You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/09/21 11:22:40 UTC

[GitHub] [incubator-seatunnel] CalvinKirs opened a new issue, #2836: [API&Connectors]Optimize connector-source split

CalvinKirs opened a new issue, #2836:
URL: https://github.com/apache/incubator-seatunnel/issues/2836

   At present, all our source sharding logic is handed over to the connector for implementation. Most sharding strategies are hash modulo, but the implementation details are different. Contributors spend too much effort on understanding the sharding logic. Therefore, I suggest that we abstract and encapsulate the sharding strategy into the API layer. Contributors only need to provide the number of shards, how to allocate and start will be implemented at the API layer, and the connector can choose an appropriate sharding strategy. A connector chooses different sharding strategies in different scenarios.


-- 
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@seatunnel.apache.org.apache.org

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


[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #2836: [API&Connectors]Optimize connector-source split

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2836:
URL: https://github.com/apache/incubator-seatunnel/issues/2836#issuecomment-1309583911

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] ashulin commented on issue #2836: [API&Connectors]Optimize connector-source split

Posted by GitBox <gi...@apache.org>.
ashulin commented on issue #2836:
URL: https://github.com/apache/incubator-seatunnel/issues/2836#issuecomment-1253569859

   #2824 


-- 
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@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #2836: [API&Connectors]Optimize connector-source split

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2836:
URL: https://github.com/apache/incubator-seatunnel/issues/2836#issuecomment-1287559541

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] github-actions[bot] closed issue #2836: [API&Connectors]Optimize connector-source split

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #2836: [API&Connectors]Optimize connector-source split
URL: https://github.com/apache/incubator-seatunnel/issues/2836


-- 
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@seatunnel.apache.org

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