MassTransit: UseConsumeFilter throws nullreference exception on startup if I have batch consumers
MassTransit config
Batch Consumer:
Program runs when I comment out the
receiveEndpointConfig.ConfigureConsumer<MyBatchConsumer>(context);
. I need filters for logging purposes. Has anyone else ran into this issue?0 Replies