EventStore / replicator

Real-time replication tool
https://replicator.eventstore.org
Apache License 2.0
20 stars 11 forks source link

Support for metadata changes in HTTP transformations #79

Closed benji24290 closed 7 months ago

benji24290 commented 1 year ago

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

alexeyzimarev commented 7 months ago

We have to keep the name Payload for backwards compatibility. Also, we removed unrelated changes since most of those are already done.