Autoregistration

Autoregistration is a mechanism which allows you to automatically register the IntegrationManager (IM) instance into PlatformManager (IM). The feature is automatically enabled since IM version 1.1.17.

How it works:

  1. On every IM startup, IM creates a registration message and sends it to the Kafka topic.

  2. PM reads the registration message from Kafka and registers the IM instance.

Configuration options (IM):

Option

Default value

Description

Option

Default value

Description

integration.event-driven.auto-registration.enabled

true

Specifies if autoregistration is enabled.

integration.event-driven.auto-registration.pfx-cluster

 

Allows you to specify the PFX cluster name. If not defined, IM will try to derive the cluster name from its own hostname.

Multiple Partitions

The autoregistration process needs a partition that IM communicates with. If the integration uses multiple partitions, use one of the partition names in the pfx.partition configuration property. For example:

pfx.partition=${pfx-customerABC.partition}

IntegrationManager version 5.8.0