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
已提問 4 年前檢視次數 1236 次
1 個回答
0
已接受的答案

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:

已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南