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:48:00 UTC

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

    [ https://issues.apache.org/jira/browse/KARAF-6774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17147657#comment-17147657 ] 

Jean-Baptiste Onofré commented on KARAF-6774:
---------------------------------------------

It seems to work fine with Cellar 4.2.0-SNAPSHOT, I'm testing with 4.1.4-SNAPSHOT.

> 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)