Questions tagged [aws-msk]

For questions specific to the usage and features of Amazon Managed Streaming for Apache Kafka. Use this tag in combination with the more generic [apache-kafka] tag when appropriate.

122 questions
0
votes
1 answer

Ubuntu client awscli unsupported by AWS MSK Kafka?

Are kafka commands through the awscli not supported in ubuntu? Do we have to use 'Amazon Linux 2 AMI (HVM), SSD Volume Type' for any consumers/producers interacting with MSK? When we stood up an Ubuntu 18.04 instance it saying that awscli is…
b15
  • 1,352
  • 16
  • 30
-4
votes
1 answer

How to connect Python consumer to AWS MSK

I'm trying to connect my python consumer to AWS MSK cluster. how can I do that? Have an AWS MSK Cluster running I'm trying consume message from the MSK cluster using python and kafka python. error I'm getting Traceback (most recent call last): …
Sanker
  • 29
  • 5
1 2 3
8
9