Thomas Diesler created CAMEL-15167:
--------------------------------------
Summary: Clarify use of sysprops for HazelcastCachingProvider
Key: CAMEL-15167
URL: https://issues.apache.org/jira/browse/CAMEL-15167
Project: Camel
Issue Type: Task
Affects Versions: 3.3.0
Reporter: Thomas Diesler
Fix For: 3.4.0
According to [this
commit|https://github.com/apache/camel/commit/06c48d08#diff-f51701c69af2367205f70cc85b4eea7bR120]
it is necessary to set some system properties to get the
HazelcastCachingProvider to work.
{code}
<systemProperties>
<property>
<name>hazelcast.named.jcache.instance</name>
<value>false</value>
</property>
<property>
<name>hazelcast.jcache.provider.type</name>
<value>server</value>
</property>
</systemProperties>
{code}
Is this really the recommended way to configure this cache provider?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)