axonops / axonops-workbench

AxonOps™ Workbench for Apache Cassandra® - Desktop application for Mac, Windows and Linux
https://axonops.com
Apache License 2.0
10 stars 0 forks source link

[feat]: Display keyspace replication settings in tree #366

Open millerjp opened 3 weeks ago

millerjp commented 3 weeks ago
Screenshot 2024-09-06 at 17 18 46 Screenshot 2024-09-06 at 17 18 53
- keyspacename
   - replication: NetworkTopologyStrategy
      - 'cassdc1': '3'
      - 'cassdc2': '3'

or

- keyspacename
   - replication: SimpleStrategy
      - 'replication_factor': '3'
mhmdkrmabd commented 3 weeks ago

Working on that

millerjp commented 6 days ago

@mhmdkrmabd this is done now no?