Composer Microservice Startup Order
The only microservices that must be started first are the Postgres and Service Discovery microservices. The other microservices are more tolerant and can be started in any order.
Composer recommends starting microservices in the following order. You can start microservices using CentOS or Ubuntu commands or using the CLI. See Start Composer Microservices and Manage Composer Microservices Using the Command Line Utility. A full list of Composer microservices can be found in Composer Microservice Name Reference.
The Postgres microservice (
postgresql-<version>
) used for metadata storage (where<version>
is the version of Postgres you have installed.The Service Discovery microservice (
zoomdata-consul
) used for microservice discovery.The connector microservices (in the format
zoomdata-edc-<connector_name>
) used to connect to different data stores. The following CentOS 7 example starts all available connector microservices, rather than starting them individually:sudo systemctl start $(systemctl list-unit-files | grep zoomdata-edc | awk ‘{print $1}‘)
The query engine microservice (
zoomdata-query-engine
) used for query engine processing.The
zoomdata-data-writer-postgresql
microservice.The following optional microservices, if they are installed.
zoomdata-admin-server
zoomdata-tracing-server
zoomdata-screenshot-service
The main Composer microservice (
zoomdata
).
Comments
0 comments
Please sign in to leave a comment.