-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
0.7.4
-
None
Added following parameters in connector config :
"database.history.kafka.recovery.attempts": 60,
"database.history.kafka.recovery.poll.interval.ms" : 10000
Expecting it to wait for 60x10 (=600 seconds) before timing out while reading history topic.
But it is only waiting for 3-4 seconds and then throwing this error :
java.lang.IllegalStateException: The database history couldn't be recovered. Consider to increase the value for database.history.kafka.recovery.poll.interval.ms
total records in history topic : 180669
- duplicates
-
DBZ-853 Kafka database history miscounting attempts even if there are more database history records to consume
- Closed