Skip to content

[TENE-865] KronikaHarvester handling long-running-tasks

Konrad Pawlikowski requested to merge fix/TENE-865 into develop

Provided solution with KafkaListener as producent-consumer. This approeach protects against task duplication and prevents from ejacting consumer from consumer-group. However, such approeach results in the scenario where in the event of failure/error during processing, harvest will never be completed. This must be handled with recovery mechanism(another task) Closes TENE-865

Merge request reports

Loading