Mattias Severson
Mattias Severson
The existing `CheckedFunctionUtils` class name is misleading, because all methods deals with `CheckedSupplier` and not `CheckedFunction` Consequently, this PR: - Adds a new class `CheckedSupplierUtils` that is a copy/paste of...
The existing `CheckedFunctionUtils` class name is misleading because all methods in this class deals with `CheckedSupplier` and not `CheckedFunction` and I suggest that it should be renamed accordingly. To not...
## Motivation Improved metrics for [requeued messages](https://github.com/rabbitmq/rabbitmq-java-client/issues/1442) were added in [release 5.23](https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.23.0) of the `com.rabbitmq:amqp-client` library. By upgrading this dependency, the `reactor-rabbit` will benefit from this improvement. ## Desired solution...
## Documentation issue Improve documentation of how to recover from Acknowledgement timeout ## Motivation It is currently unclear for me how an application can recover from an Acknowledgement timeout. We...