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

Pure Lua driver for Apache Cassandra

Results 13 lua-cassandra issues
Sort by recently updated
recently updated
newest added

Hi @thibaultcha, I've been trying to create connection pool in single host, but not able to do so. The things I tried are : 1. setkeepalive(timeout, size) : It just...

Hello, I have two question related to lua-cassandra driver specifically in Cluster mode: 1. I see another issue with the same heading but don't see any details around this. Can...

As it says in https://docs.datastax.com/en/developer/java-driver/3.2/manual/retries/#retries-and-idempotence - retrying in **onReadTimeout** **is always safe**, since by definition this error indicates that the query was a read, which didn’t mutate any data; -...

@thibaultcha I have Kong 1.1.1 installed in IPv6 only k8s cluster in a namespace *ckng*. I have also Cassandra installed (cassandra-3.11.6) in a separate namespace *ccas*. I cannot start kong...

Hi, I'm working with Kong 0.13.1 that uses lua-cassandra 1.2.3 and OpenResty 1.11.2.5. Kong talks to Cassandra 3.11.2. My problem is that Kong doesn't keep track of changing Cassandra cluster...

/usr/local is not writable on my machine by purpose, so `make dev` fails with permission error. I've changed the Makefile to allow installing rocks in the user's home directory. This...

2 main changes: - allow setting an optional stream_id in the request - if stream_id is set, all responses with a different id will be dropped The issue we're hitting...

I think `broadcast_address` is more suitable as `rpc_address` is usually set to `0.0.0.0` or a local sub-network IP.

https://github.com/thibaultcha/lua-cassandra/blob/232e9688e4810d23c9a6420e7be7d7e9c7feadb8/.ci/setup_env.sh#L26 in the setup you are building scylla-jmx and scylla-tools-java, you are missing the code to build scylla. you can follow https://github.com/scylladb/scylla#quick-start (one niptick ... by default you will build...

Hi, I am getting error "cassandra/buffer/init.lua:151: No decoder for type id 6" while running SELECT query (I am using plain Lua). When I did some trials with combination of selected...