Debezium server configuration for Redis client

331 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

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