File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -120,10 +120,13 @@ def main() -> None:
120
120
"""
121
121
⚠️ **This PR contains breaking changes.** Normally you should avoid that and make
122
122
your consumer forwards-compatible (meaning that updated consumers can still
123
- accept old messages).
123
+ accept old messages). There are a few exceptions:
124
124
125
- If you know what you are doing, this change could potentially be rolled out
126
- to **producers** first, but that's not a flow we support.
125
+ * If consumers already require these invariants in practice, and you're
126
+ just adjusting the JSON schema to reality, ignore this warning.
127
+
128
+ * If you know what you are doing, this change could potentially be rolled out
129
+ to **producers** first, but that's not a flow we support.
127
130
"""
128
131
)
129
132
if "--no-exit-code" not in sys .argv :
You can’t perform that action at this time.
0 commit comments