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:
On every IM startup, IM creates a registration message and sends it to the Kafka topic.
PM reads the registration message from Kafka and registers the IM instance.
Configuration options (IM):
Option | Default value | Description |
---|---|---|
| true | Specifies if autoregistration is enabled. |
|
| 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