Skip to content

Use Hosts from Token Map Supplier

Pre-release
Pre-release
Compare
Choose a tag to compare
@shailesh33 shailesh33 released this 14 Feb 18:59
· 99 commits to master since this release
4d42719

Previously we were using hosts from the HostSupplier, which may or may not have a valid port in it, to prime connections. In this release, for every host from HostSupplier, we map the corresponding host from TokenMapSupplier, which has all the port information etc and use that to prime connections.