I have an Flink application which produces Kafka messages. To do so, I use the Apache Kafka connector.
This application is running using AWS Kinesis Analytics. The application is running smoothly and the messages are successfully produced to the Kafka topic.
Anyway I would like to monitor the Kafka metrics from the Flink application. Unfortunately, there is no kafka metrics appearing in AWS CloudWatch.
Any idea what could be the reason ?