Last active
October 26, 2021 08:52
-
-
Save jobergum/14c2a14ddc65c900b7ad31e9c30d2207 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<services version="1.0"> | |
<admin version="2.0"> | |
<!-- Logserver where logs are forwarded from all nodes --> | |
<logserver hostalias="admin0" /> | |
<!-- Configserver stores state in zookeeper a--> | |
<configservers> | |
<configserver hostalias="admin1" /> | |
<configserver hostalias="admin2" /> | |
<configserver hostalias="admin3" /> | |
</configservers> | |
<cluster-controllers standalone-zookeeper="false"> | |
<cluster-controller hostalias="admin1" /> | |
<cluster-controller hostalias="admin2" /> | |
<cluster-controller hostalias="admin3" /> | |
</cluster-controllers> | |
<slobroks> | |
<slobrok hostalias="admin1" /> | |
<slobrok hostalias="admin2" /> | |
<slobrok hostalias="admin3" /> | |
</slobroks> | |
</admin> | |
<container id="default" version="1.0"> | |
<search> | |
<nodes> | |
<node hostalias="container1"/> | |
<node hostalias="container2"/> | |
<node hostalias="container3"/> | |
</nodes> | |
</container> | |
<content id="content" version="1.0"> | |
<redundancy>2</redundancy> | |
<nodes> | |
<node hostalias="content1" distribution-key="0"/> | |
<node hostalias="content2" distribution-key="1"/> | |
<node hostalias="content3" distribution-key="2"/> | |
<node hostalias="content4" distribution-key="3"/> | |
</nodes> | |
</content> | |
</services> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment