shotover / shotover-proxy

L7 data-layer proxy
https://docs.shotover.io
Apache License 2.0
83 stars 16 forks source link

Fix FindCoordinatorResponse rewriting for java driver #1604

Closed rukai closed 4 months ago

rukai commented 4 months ago

Previously we were creating multiple coordinators per key. The java driver does not like this and raises an exception, so this PR avoids doing that. The comments in the code change do a pretty good job of explaining more details.

This issue showed up in the currently disabled cluster_1_rack_multi_shotover::case_1_java but I cant enable the test yet since there are still other deeper issues causing the test to fail.