About 1,420,000 results
Open links in new tab
  1. Deploying a Kafka Connect connector on Amazon MSK Connect using ...

    Feb 8, 2023 · How-to guide Deploying a Kafka Connect connector on Amazon MSK Connect using Terraform Created 2 years, 9 months ago Active 2 years, 9 months ago Last edited 2 years, 9 …

  2. Deploying an Apache Kafka Cluster on Amazon MSK using Terraform

    Feb 7, 2023 · The next step is to create a AWS KMS key for the Kafka cluster. This is important because Amazon MSK provides encryption at rest for the data, and having a key to manage that is a best …

  3. List topics and their configuration with AWS CLI

    Feb 20, 2023 · Is it possible to use the AWS CLI tool to list the Kafka MSK topics and display the configuration of them?

  4. amazon iam - How to connect to AWS MSK Cluster from C# using …

    Oct 4, 2022 · Ideally, I would like to find a C# library that is equivalent to the java aws-msk-iam-auth library (probably some nuGet package). I can't find any such library or even any way to connect to an …

  5. amazon web services - Kafka + AWS lambda - Stack Overflow

    Apr 3, 2017 · Is it possible to integrate AWS Lambda with Apache Kafka ? I want to put a consumer in a lambda function. When a consumer receive a message the lambda function execute.

  6. amazon sqs - Are SQS and Kafka same? - Stack Overflow

    Nov 21, 2019 · Are Kafka and SQS same? I see that both are messaging queue systems and are event-based. Do they serve the same purpose, If not how are they different?

  7. apache kafka - How to connect to MSK with SASL/SCRAM using Java ...

    Aug 27, 2021 · I'm trying to figure out how to create a working Kafka producer against an AWS MSK cluster. The cluster has TLS and SASL/SCRAM enabled. This is my first time using Kafka and the …

  8. java - AWS Kafka (MSK) - How to generate Keystore and truststore and ...

    Feb 18, 2020 · AWS Kafka (MSK) - How to generate Keystore and truststore and use the same in my Spring Cloud Stream application? Asked 5 years, 9 months ago Modified 4 years, 7 months ago …

  9. Why I cannot connect to Kafka from outside? - Stack Overflow

    Nov 28, 2014 · I am running kafka on ec2 instance. So amazon ec2 instance has two ips one is internal ip and second one is for external use. I created producer from local machine, but it redirect to internal …

  10. Connect Python to MSK with IAM role-based authentication

    Jun 5, 2022 · Unfortunately, its not yet in python. You can use aws-msk-iam-auth but this is only for java. aiokafka uses kafka-python under the hood and this issue is still in open state.