All,
We have a bunch of microservices consuming events from a central event store. Of course not each service is aware of every event.
Currently we deserialize each event by default (and so often to an “empty” event).
Is there a way to easily skip the deserialization step for events a service does not know or need to know?
Thanks,
Robin