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/12 01:22:49 UTC

[GitHub] [rocketmq-connect] zhangjidi2016 opened a new pull request, #136: [ISSUE #132]Define filtering rules to synchronize only filtered messages

zhangjidi2016 opened a new pull request, #136:
URL: https://github.com/apache/rocketmq-connect/pull/136

   ## What is the purpose of the change
   
   #132
   
   Utilize RocketMQ's Tag filtering mechanism,before message synchronization, define filtering rules and synchronize only the messages that meet the filtering rules.
   
   When sending an http request to start the rocketmq-replicator, add the filter-rule parameter to the parameter list
   ![image](https://user-images.githubusercontent.com/18254437/167972938-c3648474-af79-4922-a058-1c2465315134.png)
   
   
   
   


-- 
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 commented on pull request #136: [ISSUE #132]Define filtering rules to synchronize only filtered messages

Posted by GitBox <gi...@apache.org>.
odbozhou commented on PR #136:
URL: https://github.com/apache/rocketmq-connect/pull/136#issuecomment-1129604606

   If there are multiple topics, does the tag of each topic have to be the same?


-- 
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 commented on pull request #136: [ISSUE #132]Define filtering rules to synchronize only filtered messages

Posted by GitBox <gi...@apache.org>.
odbozhou commented on PR #136:
URL: https://github.com/apache/rocketmq-connect/pull/136#issuecomment-1139459246

   > 
   
   Is it possible to implement different tags for different topics?


-- 
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] zhangjidi2016 commented on pull request #136: [ISSUE #132]Define filtering rules to synchronize only filtered messages

Posted by GitBox <gi...@apache.org>.
zhangjidi2016 commented on PR #136:
URL: https://github.com/apache/rocketmq-connect/pull/136#issuecomment-1132337155

   > If there are multiple topics, does the tag of each topic have to be the same?
   
   Yes, all topics in this request will use this filtering rule (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: dev-unsubscribe@rocketmq.apache.org

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