rocketmq-externals icon indicating copy to clipboard operation
rocketmq-externals copied to clipboard

[rocketmq-connect] Synchronize data from Mysql to Redis

Open githublaohu opened this issue 4 years ago • 1 comments

  1. Please describe the feature you are requesting. Synchronize data from Mysql to Redis
  2. Support multiple data structures
    1. string
    2. hash
  3. Support field exclusion {"user":"1","userName":"laohu","userType":"one"} {"user":"1","userName":"laohu"}
  4. combination key
    1. {userId}_{userType}
  5. Multiple commands can be executed at one time

githublaohu avatar Feb 18 '22 04:02 githublaohu

@githublaohu
rocketmq-connect already has an independent repository, you can go to this repository to submit PR, issue. https://github.com/apache/rocketmq-connect

odbozhou avatar Mar 03 '22 02:03 odbozhou