Managing and Deploying Your Self-Managed Micro-Integration
You can configure the management and deployment details of your Micro-Integration. You can choose to use a centralized configuration source for the Micro-Integration using Micro-Integration Manager or configure the source locally.
When you set up your deployment, you can configure the redundancy model (also referred to as leadership election), management metrics, health monitoring, and deployment settings (such as Spring profiles, external libraries, and the consumption of object messages). For information about:
-
monitoring whether the Micro-Integration is running, see Monitoring the Self-Managed Micro-Integration's State
-
the Micro-Integration status as reported via the Spring Boot Actuator health endpoint, see Self-Managed Micro-Integration Health
-
configuring leader election of the Micro-Integration in a high-availability deployment, see Redundancy Configuration
-
managing workflows using a Spring Boot Actuator endpoint, see Managing Workflows
-
using Spring Boot Metrics and Micrometer to manage Micro-Integration metrics, see Managing Metrics
-
securing web endpoints, communication, authentication and authorization, see Self-Managed Micro-Integration Security
-
access to classes that define object payloads, see Consuming Object Messages
-
access to external libraries, see Adding External Libraries
-
configuring the Micro-Integration locally, see Self-Managed Micro-Integration Configuration