marina icon indicating copy to clipboard operation
marina copied to clipboard

add node discovery and node auto remove

Open anderswei opened this issue 6 years ago • 0 comments

fixed several problems:

  • if there is a new cassandra node joined, marina should be able to automatically establish connection pools to that node.
  • if there is a cassandra node removed from cassandra cluster, marina should be able to automatically remove the connection pool to that node.
  • if a node is down, marina should not route any requests to that node. requires PR https://github.com/lpgauth/shackle/pull/99

anderswei avatar Jul 09 '19 10:07 anderswei