Spring XD - Event delivery guarantees -


when create stream composed of multiple modules, there guarantees provided on event delivery each module. there possibility of events being replayed?

what if processor module takes long time process 1 event crashes in middle of processing. happens event when module restarted in container?

see the documentation re: message bus configuration , error handling (message delivery failures).

the retry configuration can modified @ bus or individual module/stream level.


Comments

Popular posts from this blog

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

python - More Issues with overlapping labels in Tkinter -