Terracotta-OSS / terracotta-apis

Apache License 2.0
6 stars 25 forks source link

Issue#284: Added parallel APIs to ConnectionFactory.connect and ConnectionService.connect #290

Closed saurabhagas closed 6 years ago

saurabhagas commented 6 years ago

Requesting comments..

GaryWKeim commented 6 years ago

I have a concern that this will be a backward-incompatible change. Are we planning on leaving the user-interface unchanged by parsing the user-provide connection string into the List<String || InetAddress> that can be passed to ConnectionService?