Farfetch / kafkaflow-retry-extensions

Kafka Flow Retry Patterns Extensions
https://farfetch.github.io/kafkaflow-retry-extensions/
MIT License
55 stars 7 forks source link

Partition revoke is stopping all quartz jobs in the application #76

Closed martinhonovais closed 1 year ago

martinhonovais commented 2 years ago

When we have Kafka rebalance we are shutting down all quartz jobs and it could impact other jobs in the application.

We should re-think the quartz job creation and use for example UnscheduleJob instead of.

Quartz documentation