- Notifications
You must be signed in to change notification settings - Fork49
Mirror of Apache Karaf Cellar
License
apache/karaf-cellar
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Apache Karaf Cellar is an Apache Karaf subproject. It provides a clustering solution for ApacheKaraf powered by Hazelcast.
Cellar allows you to manage a cluster of several Karaf instances, providing synchronization between instances.
Here is a short list of features:
- Discovery: when you install Cellar into a Karaf instance, it automatically tries to discover other Cellarinstances and join the cluster. There is no configuration required to join the cluster, the discovery is madebehind the scene. You can use multicast or unicast for discovery.
- Cluster group: a Karaf node could be part of one or more cluster group. In Cellar, you can define cluster groupdepending on your requirements. The resources will be sync between nodes of the same group.
- Distributed Configuration Admin: Cellar distributes the configuration data. The distribution is event driven andfiltered by group. You can tune the configuration replication using blacklist/whitelist on the configurationID (PID).
- Distributed Features Service: Cellar distributes the features/repositories info. It's also event-driven.
- Provisioning: Cellar provides shell commands for basic provisioning. It can also use an OBR backend or anotherprovisioning tool such as Apache ACE.
For an Apache Karaf Cellar source distribution, please readBUILDING for instructions on building Apache Karaf.
To install Apache Karaf Cellar, first you have to register the Cellar features descriptor:
karaf@root()> feature:repo-add mvn:org.apache.karaf.cellar/apache-karaf-cellar/4.0.0/xml/features
Now, you can install the Cellar feature simply by typing:
karaf@root()> feature:install cellar
The PDF manual is the right place to find any information about Karaf Cellar.
Alternatively, you can also find out how to get started here:
https://karaf.apache.org/projects.html
If you need more help try talking to us on our mailing lists
https://karaf.apache.org/community.html
If you find any issues with Apache Karaf, please submit reportswith JIRA here:
http://issues.apache.org/jira/browse/KARAF
We welcome contributions, and encourage you to get involved in theKaraf community. If you'd like to learn more about how you cancontribute, please see:
https://karaf.apache.org/community.html
Thanks for using Apache Karaf Decanter !
The Apache Karaf Team
About
Mirror of Apache Karaf Cellar