Is your feature request related to a problem?
DDLEvent.NotSync controls whether a dispatcher forwards a DDL to downstream sinks. There is no unit test asserting that NotSync survives DDLEvent.Marshal()/Unmarshal(), so a future encoding change could silently break the skip behavior.
Describe the feature you'd like
Add a Marshal/Unmarshal round-trip unit test that sets NotSync=true and asserts it remains true after decoding.
Describe alternatives you've considered
Rely on code review only.
Teachability, Documentation, Adoption, Migration Strategy
N/A
Is your feature request related to a problem?
DDLEvent.NotSynccontrols whether a dispatcher forwards a DDL to downstream sinks. There is no unit test asserting thatNotSyncsurvivesDDLEvent.Marshal()/Unmarshal(), so a future encoding change could silently break the skip behavior.Describe the feature you'd like
Add a Marshal/Unmarshal round-trip unit test that sets
NotSync=trueand asserts it remains true after decoding.Describe alternatives you've considered
Rely on code review only.
Teachability, Documentation, Adoption, Migration Strategy
N/A