Getting started with your first Processing Application
Get hands-on experience with a Processing Application to process events to make them available to the Business Performance Center.
Before you begin
- Set the Flink parameters
flink.additional_task_managersto1(or increase by 1 if already set) in order to have an available flink taskmanager for the Processing Application. - Download and install the management service CLI. See Installing and using the management command-line interface.
About this task

- Create an application.
You can declare an application that is identified with a unique name.
- Define and import a valid configuration.
The configuration must conform to the Processing Application specification. When a configuration is imported, the management service validates the configuration to ensure that it conforms to the specification.
- Deploy the application.
When you deploy the application, the management service creates the kafka topics, elasticsearch indices and set the monitoring sources as defined in the processing application configuration.
- Test the processing.
After testing the processing application, if the outputs are not as expected, you can go back to step 2 to update the configuration and redeploy it as in step 3.