Is your feature request related to a problem? Please describe.
Unlike the JS transformations, the HTTP transformations don't support metadata transformations.
Describe the solution you'd like
Use the same interface as the JS transformations:
Stream - original stream name
EventType - original event type
Data - event payload as an object
Metadata - event metadata as an object
Is your feature request related to a problem? Please describe. Unlike the JS transformations, the HTTP transformations don't support metadata transformations.
Describe the solution you'd like Use the same interface as the JS transformations: Stream - original stream name EventType - original event type Data - event payload as an object Metadata - event metadata as an object
Describe alternatives you've considered
Additional context https://replicator.eventstore.org/docs/features/transforms/http/ https://replicator.eventstore.org/docs/features/transforms/js/
DEV-272