cassandra-client icon indicating copy to clipboard operation
cassandra-client copied to clipboard

Cassandra 3 GUI client

Results 3 cassandra-client issues
Sort by recently updated
recently updated
newest added

_Could not load keyspaces : org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'session' defined in class path resource [com/github/kindrat/cassandra/client/configuration/CassandraConfiguration.class]: Invocation of init method failed; nested exception is com.datastax.driver.core.exceptions.InvalidQueryException: Keyspace 'system_schema' does...

**Describe the bug** On window close client process continue working making it zombie. **To Reproduce** Steps to reproduce the behavior: 1. Connect to any cassandra node 2. Close window 3....

bug

Existing DDL view splits lines by ',' that is a problem for parametric frozen spec. ```SQL CREATE TABLE system_schema.tables ( keyspace_name text, table_name text, bloom_filter_fp_chance double, caching frozen, cdc boolean,...

bug