RocketMQ-connect-redis

RedisSourceConnector 完全限定名

org.apache.rocketmq.connect.redis.connector.RedisSourceConnector

配置参数
参数作用是否必填默认值
redisAddrRedis服务IP地址。null
redisPortRedis服务端口。null
redisPasswordRedis auth 密码。null
timeout连接Redis超时时间,单位毫秒。3000
syncMod数据同步模式。CUSTOM_OFFSET
offsetRedis位点信息。-1
replIdRedis master_replId,可用redis-cli通过info命令获取。null
commands需要监听的Redis操作命令。*
eventCommitRetryTimes收到Redis event后提交到RedisEventProcessor的失败重试次数。5
eventCommitRetryInterval收到Redis event后提交到RedisEventProcessor的失败重试的时间间隔,单位毫秒。100