Hey,
So I have a basic test that measures rates of insert and get keys from RocksDB, as part of internal tests to use RocksDB and rocksplicator for a project.
Now that I have the throughput for one RocksDB instance I'm trying to have another instance of RocksDB so we can increase the throughput.
I'm not sure what API should I use for it, I tried to follow the counter_service example, but there wasn't many comments on what does any of the part is doing. Nor which client should I use if I have a counter service up and running.
Hope you have some piece of information you could point me to.