You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ;-)
The text was updated successfully, but these errors were encountered:
Thanks for reaching.
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?
Reactror Kafka, Randomly failing to receive the events. When I wrote this, it was reported and as a workaround Flex.defer came in handy.
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.
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 ondefer
other than polluting the code with unnecessary instructions?doOnError
callback, 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 ;-)
The text was updated successfully, but these errors were encountered: