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
feita há 4 anos1235 visualizações
1 Resposta
0
Resposta aceita

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:

respondido há 4 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas