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

[GitHub] [rocketmq-connect] sunxiaojian opened a new issue, #143: Ensure the uniqueness of connect offset key with the same name

sunxiaojian opened a new issue, #143:
URL: https://github.com/apache/rocketmq-connect/issues/143

   问题描述:
   
   前提
   connect-name-01,监听了 table-01,通过id增量查询数据,
   connect-name-02,监听了 table-01,同时通过id增量查询数据
   
   问题一:
   如果两个任务用到的是一个组件;则两个任务的RecordPartition会重合,两个任务会公用,单任务不能完全处理所有的数据
   
   问题二:
   不通的组件间在相同的集群也会存在重合的可能,造成offset出现问题
   


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

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


[GitHub] [rocketmq-connect] odbozhou commented on issue #143: Ensure the uniqueness of offset keys for different connectors

Posted by GitBox <gi...@apache.org>.
odbozhou commented on issue #143:
URL: https://github.com/apache/rocketmq-connect/issues/143#issuecomment-1159474152

   merged


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

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


[GitHub] [rocketmq-connect] odbozhou closed issue #143: Ensure the uniqueness of offset keys for different connectors

Posted by GitBox <gi...@apache.org>.
odbozhou closed issue #143: Ensure the uniqueness of offset keys for different connectors
URL: https://github.com/apache/rocketmq-connect/issues/143


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

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