[
https://issues.apache.org/jira/browse/KARAF-6774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré updated KARAF-6774:
----------------------------------------
Description:
Hazelcast now provides discovery "plugins", especially the
hazelcast-kubernetes, and others.
{{These plugins can be configured in etc/hazelcast.xml like this:}}
{quote}
<discovery-strategies>
<discovery-strategy enabled="true"
class="com.hazelcast.kubernetes.HazelcastKubernetesDiscoveryStrategy">
<properties>
<property
name="service-dns">${org.apache.unomi.hazelcast.service-dns}</property>
<property name="service-dns-timeout">10</property>
</properties>
</discovery-strategy>
</discovery-strategies>
{quote}
In order to support that, Cellar Hazelcast should use fragments to add
resources there.
was:
Hazelcast now provides discovery "plugins", especially the
hazelcast-kubernetes, and others.
{{These plugins can be configured in etc/hazelcast.xml like this:}}
<discovery-strategies>
<discovery-strategy enabled="true"
class="com.hazelcast.kubernetes.HazelcastKubernetesDiscoveryStrategy">
<properties>
<property
name="service-dns">${org.apache.unomi.hazelcast.service-dns}</property>
<property name="service-dns-timeout">10</property>
</properties>
</discovery-strategy>
</discovery-strategies>
In order to support that, Cellar Hazelcast should use fragments to add
resources there.
> Leverage Hazelcast discovery services
> -------------------------------------
>
> Key: KARAF-6774
> URL: https://issues.apache.org/jira/browse/KARAF-6774
> Project: Karaf
> Issue Type: Improvement
> Components: cellar
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: cellar-4.2.0, cellar-4.1.4
>
>
> Hazelcast now provides discovery "plugins", especially the
> hazelcast-kubernetes, and others.
> {{These plugins can be configured in etc/hazelcast.xml like this:}}
> {quote}
> <discovery-strategies>
> <discovery-strategy enabled="true"
> class="com.hazelcast.kubernetes.HazelcastKubernetesDiscoveryStrategy">
> <properties>
> <property
> name="service-dns">${org.apache.unomi.hazelcast.service-dns}</property>
> <property name="service-dns-timeout">10</property>
> </properties>
> </discovery-strategy>
> </discovery-strategies>
> {quote}
> In order to support that, Cellar Hazelcast should use fragments to add
> resources there.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)