Search code examples
jedisdebeziumdebezium-server

Debezium server configuration for Redis client


I'm running Debezium Server that streams into Redis. I want to pass "socket timeout" and "connection timeout" configurations to Jedis (the redis client that debezium is using), and possible more parameters in future. I didn't find anything in the docs on how to pass those values - is there a way to do it?


Solution

  • There was no way to do it so I implemented it. Those configs are available from version 2.0.0.Alpha2 .