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

Switch internal API for Replicas to use List instead of Set

Open dkropachev opened this issue 1 month ago • 0 comments

Set in java notion does not guarantee items ordering, which is essential to all cases where driver stores replicas.

To make it explicit we need to move all APIs to Lists.

dkropachev avatar Jan 13 '26 21:01 dkropachev