How to Integrate a Kinesis Data Analytics Flink Application with a Self-Managed Kafka Cluster Running on Amazon EC2 (not Amazon MSK)?

0

I am interested to build a real time application with data residing on their Kafka cluster. The Kafka is running on AWS, using K8S not using MSK. What are the step required to integrate Kinesis Data Analytics Flink application with their Kafka cluster?

AWS
Manos_S
asked 3 years ago1222 views
1 Answer
0
Accepted Answer

It's fairly similar to reading from Amazon MSK. Consuming data from Kafka (or Amazon MSK) with Kinesis Data Analytics (KDA) basically means establishing network connectivity between brokers and task managers. With KDA you can enable VPC support so that the ENIs of the task managers are exposed in the subnets you have specified. If you then configure security groups of the ENIs correctly, your Flink app should be able to connect to the Kafka brokers. See the following references:

answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions