Hello and thank you for a good post and explaination there. I've got some questions while reading it.
- What is exactly the bug handled by
Flux.defer(receiver::receive)? Could you please give a hint? Are any side effects known on defer other than polluting the code with unnecessary instructions?
- I hoped to handle deserialization errors by
doOnError callback, but this was not the case. I ended up using the ErrorHandlingDeserializer2. Do you have any hints on handling of this kind of errors.
Thank you and kind regards,
Gena
PS. Sorry for that, but i don't have rights to contact you via medium.com directly so i propose the questions as an issue. Possibly the answer could also interest other developers ;-)
Hello and thank you for a good post and explaination there. I've got some questions while reading it.
Flux.defer(receiver::receive)? Could you please give a hint? Are any side effects known ondeferother than polluting the code with unnecessary instructions?doOnErrorcallback, but this was not the case. I ended up using theErrorHandlingDeserializer2. Do you have any hints on handling of this kind of errors.Thank you and kind regards,
Gena
PS. Sorry for that, but i don't have rights to contact you via medium.com directly so i propose the questions as an issue. Possibly the answer could also interest other developers ;-)