Skip to content

Instantly share code, notes, and snippets.

@dfilppi
Created June 26, 2012 16:16
Show Gist options
  • Save dfilppi/2996804 to your computer and use it in GitHub Desktop.
Save dfilppi/2996804 to your computer and use it in GitHub Desktop.
Configuring the multi-EDS
<bean id="multiEDS" class="org.openspaces.eds.support.MultiEDS">
<property name="persisters">
<list>
<ref local="hdfsEDS"/>
<ref local="cassandraEDS"/>
</list>
</property>
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment