Description
In CockroachDB to , changefeeds using theinitial_scan='only' option can complete with a successful status even if not all messages have been emitted to the sink. This occurs consistently unless the table is very small.
The same issue may occur if a changefeed with schema_change_policy='stop' encounters a schema change. The changefeed may not emit any changes that occurred prior to the schema change being emitted.

