Hey community :wave: We are using KDA to consume ...
# troubleshooting
k
Hey community πŸ‘‹ We are using KDA to consume topic from MSK, and KDA and MSK are deployed in different AWS accounts, KDA is in account A, while MSK in B. There is vpc and vpc peering set up between these 2 accounts. And corresponding security group is also configured from both sides, aka, MSK allows ingress connection from the security group where KDA is associated. KDA is set up to access the resources in VPC with security group, and private subnets. We could connect to MSK in account B using the private subnet from an instance in account A. But when launching KDA, we get the error:
Copy code
Caused by: org.apache.kafka.common.errors.TimeoutException: Call(callName=describeTopics, deadlineMs=1685455751878, tries=1, nextAllowedTryMs=1685455751979) timed out at 1685455751879 after 1 attempt(s)
Caused by: org.apache.kafka.common.errors.TimeoutException: Timed out waiting for a node assignment. Call: describeTopics
From this post, it seems this is due to misconfiguration between client application and msk cluster. But seems we have no connectivity issue, and we allow all traffic for security group. Anyone encounters similar issue, and can provide any hints on where could go wrong? Thanks very much! πŸ™‡
βœ… 1
m
I do think that this question is better suited for the AWS support channels then it is for Apache Flink itself
πŸ‘ 1
j
k
alright, will do, thanks!
thanks @Jeremy Ber for sharing!! we are following this article, but still encounter some networking issues unfortunately 😒 will contact AWS support channel for help!
πŸ‘ 1