The batch scaling solution requires you to use a combination of new agents and some existing agents that have had configuration setting updates. Three key things to note are:
All storage related to the new agents is in Kafka. This includes transactions and backend working storage.
Workflows containing these new agents can be scaled without any configuration changes. The system will automatically handle the re-balancing of which workflows use which partition.
You cannot mix standard InterWF agents with scaling InterWF agents in the same workflow. Workflows with standard Inter workflow agents save the state in PE. Workflows with batch agents save the state in Kafka.
Agents used in scalable workflows
Agent name | Description |
---|---|
Scalable Inter Workflow Collection Agent include image | This is a newly created agent specifically for batch scaling workflow groups. It functions similarly and has the same configuration as the https://infozone.atlassian.net/wiki/x/fRgkEgagent. diff agents but same config with MIMs |
Scalable Inter Workflow Forwarding Agent include image | This is a newly created agent specifically for batch scaling workflow groups. It functions similarly and has the same configuration as the https://infozone.atlassian.net/wiki/x/uBckEg agent.
|
File Collection Agent | |
Aggregation Agent | A new Kafka storage option has been added to the existing Aggregation Agent. When setting up your batch scaling solution, you must add this storage option to the agent configuration. Some use cases may need to switch to the new profile. See, Aggregation Agent(4.3). |
Duplicate UDR Agent | A new Kafka storage option has been added to the Duplicate UDR Agent. When setting up your batch scaling solution you must add this storage option in the agent configuration. See Duplicate UDR(4.3). |
Subsections
This section contains the following subsections: