I want to understand the "sync" option for leveldb replication.
Default is quorum_mem.
Does it mean if I set this value to local_mem :
The producer who sending the message will get acknowledgement after storing
in local memory(synchronously) and after this only the master broker will
send this message to other slaves.
what does the parameter signifies ?
Thanks,
Steven
Default is quorum_mem.
Does it mean if I set this value to local_mem :
The producer who sending the message will get acknowledgement after storing
in local memory(synchronously) and after this only the master broker will
send this message to other slaves.
what does the parameter signifies ?
Thanks,
Steven