What is the downside of handling a breaking contract change, which can adversely affect some of the consumers on the same pipeline [i.e. producer, topic, consumer tuple
], through different topic
altogether? Or use a flattened
Object structure that comprises of both old/new fields? We are using Spring-Boot
.
In the context of changes to be done, why wouldn't we do it compared to using Schema Registry
?