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

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

  2. 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 …

  3. 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 …

  4. Get event/message on Kafka when new file on S3 - Stack Overflow

    Apr 22, 2022 · Im quite new to AWS and also new to Kafka (using Confluent platform and .NET) . We will receive large files (~1-40+Mb) to our S3-bucket and the consuming side of this should …

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

    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, 8 months ago Modified 4 years, 6 …

  6. How to filter messages from Kafka based on headers value in AWS …

    Sep 5, 2023 · It is achieved by triggering AWS lambda function by self-managed Kafka trigger. I want to add filter messages to minimize number of not necessary runnings of heavy lambda.

  7. 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?

  8. aws msk - Create MSK Kafka topic through Terraform - Stack …

    Jun 29, 2023 · I am trying to create topics through Terraform, in a AWS MSK Kafka cluster, using the Mongey/kafka provider, but I always get connection refused. I have the cluster configured …

  9. apache kafka - How to connect to MSK with SASL/SCRAM using …

    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 …

  10. 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 …