With flink apps hosted as Kinesis Data Analytics a...
# random
d
With flink apps hosted as Kinesis Data Analytics apps, is it best practice to have multiple Analytics apps (each with 1 flink job), or is it better to have 1 Analytics app that has multiple flink jobs?
j
Hi Daniel, Following best practice recommendations, we recommend having one Flink application per KDA application. This allows you to right size the job, rather than having to find an appropriate size for multiple jobs with different configuration requirements
1
d
OK thanks!
d
KDA does not support multiple Flink jobs per KDA app. The intention is one Flink job per KDA app.