Kristof Tarjani
Kristof Tarjani
Hi @olegz thanks for the reply. What I want to achieve is using suspended methods in the message handler and send ack/nack (or use the automatic error handling) based on...
@olegz what I still don't understand is why there coudln't be something like this: `Function` The point is: You run the provided function EACH time you receive a message, run...
Hi @olegz If I change the signature to `Function` I'll have to block my handling logic at the last step to check if the handler logic was successful and the...
Hi @ecordell What's the status on this? For us it's likely making sense scaling up and down, even with temporarily reduced performance. To test this, it would be nice to...
A ran into this problem recently. Shouldn't the health check be continuous? As far as I can see, once the datastore and dispatcher checks pass, it healthcheck status will flip...