You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (Jira)" <ji...@apache.org> on 2020/06/29 11:39:00 UTC

[jira] [Deleted] (KARAF-6774) Leverage Hazelcast discovery services

     [ https://issues.apache.org/jira/browse/KARAF-6774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré deleted KARAF-6774:
----------------------------------------


> Leverage Hazelcast discovery services
> -------------------------------------
>
>                 Key: KARAF-6774
>                 URL: https://issues.apache.org/jira/browse/KARAF-6774
>             Project: Karaf
>          Issue Type: Improvement
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>
> 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)