private Options options;
private WriteOptions wOptions;
private FlushOptions fOptions;
Not sure if I understand the question.
When you implement a `RocksDbConfigSetter`, Kafka Streams calls
setConfigs method and you can modify the provide `org.rocksdb.Options`
object.
I don't know all available configs of the top of my head, but if options
are missing, it's a limitation of RocksDB JNI binding -- Kafka Streams
does not "hide" and options but exposes everything JNI exposes.
-Matthias
On 3/15/18 7:14 AM, Stathis Souris wrote:
> Hi,
>
> Any particular reason why RocksDB `WriteOptions` and `FlushOptions` are
> not exposed through the `RocksDbConfigSetter` interface?
> In particular I would like to test my setup on our cluster with
> WriteOptions.setSync to false and measure performance.
>
> Anyway my issue here is how do I configure RocksDB running inside inside
> a docker container.
> Do I really need it to do sync writes.
>
> Thanks in advance.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Confluent Platform" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to confluent-platform+unsub...@googlegroups.com
> <mailto:confluent-platform+unsub...@googlegroups.com>.
WriteOptions.sync
FlushOptions.waitForFlushoptions.writeBufferSize
options.maxWriteBufferNumber
options.minWriteBufferNumberToMerge