Hi! it seems that the gemfire's cache.xml is no longer compatible with Geode. Can someone please help me come up with the update that makes sense? The following seems to work, but I'm not sure how optimal it is:
<client-cache>
<pool name="client" subscription-enabled="true">
<locator host="10.0.2.15" port="10334"/>
</pool>
<region name="usertable">
<region-attributes pool-name="client" refid="CACHING_PROXY"/>
</region>
</client-cache>
Thanks,
Roman.
