Netflix / conductor-community

Apache License 2.0
61 stars 72 forks source link

Support Nack functionality for AMQP implementation - avoid consumers … #199

Closed AvitalOfstein closed 1 year ago

AvitalOfstein commented 1 year ago

Pull Request type

Changes in this PR

Support Nack functionality for AMQP implementation - avoid consumers disconnection after staying idle for a time period, due to cases when messages are not being handled (not Acked). Continue implementation of PR #3371 in Conductor Core repo.