Improved
v1.2.1-rc.0
First Astarte v1.2.1 release candidate.
Changes since 1.2.1-alpha.0
Added
- New environment variables to control how clustering work, needed on AppEngine and DUP.
CLUSTERING_STRATEGY. Its possible values are:none(default): the service will not look for other nodes/services.docker-compose: this is meant to work in our docker-compose environment and no additional configuration is needed.kubernetes: other nodes/services are found thanks to kubernetes DNS, and the other variables below are relevant.
CLUSTERING_KUBERNETES_NAMESPACE. It states under which namespace the Astarte instance has been deployed. Defaults toastarte.DATA_UPDATER_PLANT_CLUSTERING_KUBERNETES_SELECTOR. The Endpoint label to query to get other data updater plant instances. Defaults toapp=astarte-data-updater-plant.VERNEMQ_CLUSTERING_KUBERNETES_SELECTOR. The Pod label to use to query Kubernetes to find VerneMQ instances. Defaults to .