confluentinc / event-streaming-patterns

A collection of Event Streaming Patterns, including problem statements, solutions, and implementation examples.
Apache License 2.0
13 stars 6 forks source link

Event Migration #173

Open rspurgeon opened 3 years ago

rspurgeon commented 3 years ago

It may be desired to migrate Event data structures to completely diffferent formats. Beyond what is possible with standard schema evolution capabilities, this pattern could describe a method for migrating event structure.

Problem How do we migrate an event data format to an entirely different one without disrupting existing client applications?

Solution: