Skip to main content Skip to complementary content
Close announcements banner

Advanced configuration

If the basic Hazelcast configuration in <$INSTALLDIR>/conf/mdm.conf is not enough for your practical usage, you can make the advanced configuration

Procedure

  1. Browse to the file <TomcatPath>\webapps\talendmdm\WEB-INF\beans.xml and open it.
  2. Locate the Hazelcast configuration part.
     <hz:config id="hzConfig">
            <hz:network port="${hz.network.port}" port-auto-increment="${hz.network.port-auto-increment}">
                <hz:join>
                    <hz:multicast enabled="${hz.multicast.enabled}"/>
                    <hz:tcp-ip enabled="${hz.tcp-ip.enabled}">
                        <hz:members>${hz.members}</hz:members>
                    </hz:tcp-ip>
                </hz:join>
            </hz:network>
        </hz:config>
    Note that the values of the parameters provided in beans.xml will be fetched from their counterparts defined in the mdm.conf file.
  3. Update the file beans.xml with additional Hazelcast settings according to your needs. For more information, refer to http://docs.hazelcast.org/docs/3.7/manual/html-single/index.html#discovering-cluster-members.
  4. Save your changes to the beans.xml file.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!