-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
-
The Redis schema history has implemented retry mechanism in case of errors.
The problem is that if connections fails then the retry mechanism is not in place.
There is
catch (RedisClientConnectionException e) { LOGGER.warn("Attempting to reconnect to Redis"); this.connect(); }
If this connect() call fails then the schema history and connector fail regardless of retry settings.
- links to
-
RHEA-2023:120698 Red Hat build of Debezium 2.3.4 release