-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Right now, upcasting is limited to the event data itself. We have a case now, where we would like to upcast headers (add tenant information). As we are using our own serializers, we added the support for this in our own headers serializer.
Wondering though if it makes sense to add this as a general feature - or just pass the entire Message to upcasters instead? The later would keep the implementation cleaner (no separation between different kinds of upcasters).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request