Didip Kerabat

Results 35 issues of Didip Kerabat

I think there's an opportunity to share states/data between nodes by using the existing Kademlia table.

enhancement

I see that reconnect is [hardcoded to 8](https://github.com/lithdew/flatend/blob/659d9069caffba74e2581f5d3676e317e9225cb1/node.go#L325) Can it be configurable, for example, into forever?

enhancement

Unlike statsd, it looks like counter does not reset on every flush. Is this expected?

I am just thinking that OctoSQL can go beyond single machine if it can have a server component.

**Elassandra version**: Latest **Plugins installed**: [] **JVM version** (`java -version`): JDK 8 **OS version** (`uname -a` if on a Unix-like system): Ubuntu 18 **Description of the problem including expected versus...

**Elassandra version**: latest **Plugins installed**: [] **JVM version** (`java -version`): JDK 8 **OS version** (`uname -a` if on a Unix-like system): Ubuntu 18.04.4 LTS **Description of the problem including expected...

### Version 1.13.0 ### What happened? This is my schema (simplified for brevity): ``` CREATE TABLE IF NOT EXISTS cleric_druid_queries ( id text PRIMARY KEY, context jsonb, updated_time timestamp without...

invalid

Hi folks, Is it possible to perform UPDATE or DELETE using Lucene JSON DSL? Example: ``` DELETE FROM my_ks.my_table WHERE expr(my_index, '{ filter: { type: "boolean", must: [ {type: "wildcard",...

new feature