-
Bug
-
Resolution: Done
-
Minor
-
0.9.0.Alpha1
-
None
KafkaDatabaseHistory.recoverRecords()
It will count for attempts even if numRecordsProcessed>0.
If the record payload is large and consumer can only fetch few records for each poll, this will cause failing the database history recovery if number of records each time poll * max_poll_attempts < total number of records in history topic.
- is duplicated by
-
DBZ-847 Poll interval parameters for history topic is not reflecting
- Closed