Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

sync option in replicated leveldb configuration

$
0
0
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

Viewing all articles
Browse latest Browse all 5648

Trending Articles