Resolve "Error handling in event publishing via entity services could be improved"
Merged
requested to merge 248-error-handling-in-event-publishing-via-entity-services-could-be-improved into develop
Compare changes
- Fabian Seidl authored
moved logging inside go func, changed backoff duration function to use fibonacci instead of fixed time value for each attempt
@@ -23,7 +23,8 @@ type EventService struct {
@@ -88,7 +89,7 @@ func (e *EventService) PublishEvent(topic string, event event.Event) error {