evildecay

Results 41 comments of evildecay

@alexvassel example code: server.SetFormat(syslog.RFC5424) change into : server.SetFormat(syslog.Automatic)

Hi @martin-sucha Query result: ```text cassandra@cqlsh> SELECT aggregate_name, argument_types, final_func, initcond, return_type, state_func, state_type FROM system_schema.aggregates WHERE keyspace_name = 'matrix'; aggregate_name | argument_types | final_func | initcond | return_type |...

@martin-sucha Tested the gocql 1.2.0 version, it should have fixed this problem. awesome! This issue can be closed

This option has an impact on cluster performance, so this option should not be used in a production environment. ```go // If DisableInitialHostLookup then the driver will not attempt to...

I also encountered a similar problem. The gocql version long ago did not have this problem. Now the latest version will cause this panic. ```go luster.PoolConfig.HostSelectionPolicy = gocql.TokenAwareHostPolicy(gocql.RoundRobinHostPolicy()) ``` ```text...

@martin-sucha OK. https://github.com/gocql/gocql/issues/1587

@adelapena Thank you for your answer, I hope to support this very useful function.

@adelapena Thank you for your positive response and hope for a better way

Etcd and Etcdkeeper are deployed on different machines, can Etcdkeeper not access Etcd? Is there a screenshot?

The error seems to be that the connection has timed out. I don't know if there are any security restrictions on the Etcd machine?