Thomas
Thomas
Currently the fetched variable name is derived from the name of the method parameter. It would be nice to have something like this ``` public void workerMethod(@ZeebeVariable("nameToFetch") String someOtherName) {...
Hello! We have an existing 300GB Solr index (distributed over 10 shards). Can we import this index into Solandra somehow? CU Thomas
Don't use a circular buffer to track changes but use the translog. That saves memory.
We should collect changes from other nodes as well so you can ask one node for changes on all nodes.
When a shard switches from replica to primary state or vice versa we do not get all changes or show duplicates.