java-driver icon indicating copy to clipboard operation
java-driver copied to clipboard

3.x: introduce API to trigger metadata reload and wait till it is done

Open dkropachev opened this issue 4 months ago • 0 comments

In some cases we need to trigger metadata reload and wait it is completed.

One of such case is when we pull from cdc table while we reading pages table is altered, it can happen that driver medata does not yet have new column, so we need to trigger medata update in such case.

dkropachev avatar Oct 28 '25 13:10 dkropachev