Vaibhav Bhembre
Vaibhav Bhembre
In order to make persistence an easier problem to solve we should be able to serialize every data-structure currently present in the repository. The data-structures should implement [`json.Marshaler`](http://golang.org/pkg/encoding/json/#Marshaler) interface to...
Instead of resolving conflicts in the read-path, we can try to resolve them in the write-path. By adding a `[element, time, contains?]` version we can add or remove an element...
Currently, the implemented LWW-e-set CvRDT ensures that Adds always wins over Removes. The ability to control this should rely on the value of `BiasType` key that is passed in while...
We save all the added timestamps for each `LWW-e-set` element within an array. This makes it easier to add multiple entries that have the same timestamps. Ideally, only one entry...
In order to decide the service name to reach out for establishing connection, currently, we check whether we run within Kubernetes or outside of it. In order to account for...
## Bug Description We have observed that the Operator attempts to establish a DB connection to the Cockroach cluster running within the same kubernetes cluster, during one of its state...