Skip to content

Instantly share code, notes, and snippets.

@spmallette
Created June 25, 2012 21:50
Show Gist options
  • Save spmallette/2991513 to your computer and use it in GitHub Desktop.
Save spmallette/2991513 to your computer and use it in GitHub Desktop.
<store>
<name>group</name>
<persistence>bdb</persistence>
<routing>client</routing>
<replication-factor>3</replication-factor>
<required-reads>2</required-reads>
<required-writes>2</required-writes>
<key-serializer>
<type>json</type>
<schema-info>"string"</schema-info>
</key-serializer>
<value-serializer>
<type>json</type>
<schema-info>"string"</schema-info>
</value-serializer>
</store>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment