Farfetch / kafkaflow-retry-extensions

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

fix: define a name for jobs #110

Closed martinhonovais closed 1 year ago

martinhonovais commented 1 year ago

Description

It fixes problem #109 . The problem was the lack of the job's name. When no jobs name is defined, quartz sets a random name. Then. when the scheduler is fired the trigger is related to the jobs name. As the trigger is set once on reschedule it does not use the job random job's name.

Fixes #109

How Has This Been Tested?

We did a unit test to cover this beahvior.

Checklist

Disclaimer

By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement