The eventbus should retry publication in case of communication failure
Current situation
In case of communication failure, the eventbus does not retry to send the publication to the subscriber.
Desired outcome
The eventbus should retry to send the publication a limited amount of time. This retry count is configurable (max_publication_attempts
, in the eventbus configuration file).
Please note that it should not retry in case of 4xx or 5xx error code.