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 09:11:00 UTC

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

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

             Summary: 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é
             Fix For: cellar-4.1.4, cellar-4.2.0


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)