AWS MSK - Creating a client Machine

0
    • Have created an AWS MSK Cluster and created an AWS Client Machine Windows 2019 t2.xlarge instance type.
    • Both the MSK Cluster and the AWS Client Machine reside on the same VPC and the appropriate security groups have being assigned.

I am unable to connect from the client machine, its giving client socket connection issues ( though the security groups looks proper) The Tutorial @https://docs.aws.amazon.com/msk/latest/developerguide/create-topic.html is mostly for Linux. So instead of it I am using the equivalent windows batch files in \kafka\bin\windows/ E.g. kafka-topics.bat file.

For the Windows Version, do we have to start the Kafka Server and Zookeeper ? Can you please let me know if in Windows Client Machine the commands are different ?

rajaws
質問済み 2年前948ビュー
1回答
0

Since you started MSK cluster are you sure that the cluster is at the correct VPC and subnet? Make sure the Subnet has proper NACL and Security Group set with corresponding Routing table in VPC. If all are good then finally you can move to your client.properties .

client.properties has many flavours you can go with PLAINTEXT or SASL_SSL . If your MSK has public endpoint then you probably cannot do PLAINTEXT but if its private then you can use PLAINTEXT make sure to keep "security.protocol" to either one of those value.

Client properties settings Reference: Tutorial for PlainText : https://docs.aws.amazon.com/msk/latest/developerguide/create-topic.html Tutorial For SASL : https://docs.aws.amazon.com/msk/latest/developerguide/create-serverless-cluster-client.html

回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ