When an event publication is failing it would be useful to know which was the cause - exception, when it happened and how many failed attempts were when retrying. Introducing an extra parameter to ...
…rors. Before this commit the code resubmitting incomplete event publications unregistered them independently of whether they succeeded or not. We now only do that ...