You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do the producers communicate to the consumers what version they are using? For example, if the payload shape has a breaking change (removes a field), where does the producer bump the version?
The text was updated successfully, but these errors were encountered:
My instinct is that you"d use additional metadata inside the payload to implement this in an application dependent manner. I"d like if an explicit recommendation (or an explicit justification for its omission), could be added to the "Operational Considerations" section though.
How do the producers communicate to the consumers what version they are using? For example, if the payload shape has a breaking change (removes a field), where does the producer bump the version?
The text was updated successfully, but these errors were encountered: