Review DataStream API components
Your Apache Flink application uses the
Apache Flink DataStream API
This section describes the different components that move, transform, and track data:
Use connectors to move data in Managed Service for Apache Flink with the DataStream API: These components move data between your application and external data sources and destinations.
Transform data using operators in Managed Service for Apache Flink with the DataStream API: These components transform or group data elements within your application.
Track events in Managed Service for Apache Flink using the DataStream API: This topic describes how Managed Service for Apache Flink tracks events when using the DataStream API.