davideicardi / es4kafka

Event driven/event sourcing microservice example written with Scala and Kafka Streams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to maintain backward compatibility when adding new events

davideicardi opened this issue · comments

How to deserialize correctly and "skip?" new events? Maybe using unions?

used avro trait and enum positions and default/unknown as first used at the end