Which mode for which topic?
Compatibility modes
- Backward — new readers can read old data. Safe additions: optional fields with defaults, removed fields with defaults on the consumer.
- Forward — old readers can read new data. Safe additions: optional fields.
- Full — both. The strict mode for shared topics with many independent consumers.
Default to BACKWARD if a single team owns the consumers; pick FULL for platform topics consumed by other teams.
