scylla-cdc-java icon indicating copy to clipboard operation
scylla-cdc-java copied to clipboard

Trigger metadata update on missing column

Open dkropachev opened this issue 4 months ago • 0 comments

When Driver3WorkerCQL pull from cdc table if while it is reading pages table is altered, it can happen that driver medata does not yet have new column, let's trigger medata update in such case.

Currently driver does not have API to trigger metadata update, so we ignore such columnt, but when this feature is released we need to start doing that.

dkropachev avatar Oct 28 '25 13:10 dkropachev