Darkskald

Results 3 issues of Darkskald

When running the example [basic/5-cqrs-protobuf](https://github.com/ThreeDotsLabs/watermill/tree/master/_examples/basic/5-cqrs-protobuf), using the group handlers (`watermill v1.3.5`, `watermill-amqp/v2 v2.1.0`) ```golang err = eventProcessor.AddHandlersGroup( "events", OrderBeerOnRoomBooked{commandBus}, NewBookingsFinancialReport(), cqrs.NewGroupEventHandler(func(ctx context.Context, event *BeerOrdered) error { logger.Info("Beer ordered", watermill.LogFields{ "room_id":...

The closure produced by `addEventHandlersToRoute` has a return statement inside the for loop which leads to a termination of the function in case of a successful event handling which is...

I used the "Import notes" command from the command palette and instead of applying my template file, an **empty file** was created. This was also the case if I created...