Relative Content

Tag Archive for amazon-web-servicesapache-kafkaarchitecturedevopsamazon-eks

kafka deployment with helm chart over EKS cluster not able to produce or consume data getting timeout issue in kafka producer side

Deploying the kafka service in AWS EKS cluster using helm chart. kafka is deployed properly able to create topics also but when I am creating producer and providing some messages kafka consumer is not able to consume the data.
Getting timeout issue at producer end.
Even when I install the same kafka helm chart in Azure AKS cluster I am able to produce and consume the data.