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
adds a new event to denote a breaking schema change
A breaking schema changes require recomputing the snapshot
to rebuild the Materialize index, and in turn once
this is ready, the consumer will have to rebuild their
own indexes. This event is added to differentiate between
"schema changed" and "index ready after schema changed" events.
0 commit comments