aws-msk Questions

4

Solved

Quick question for those who have used Amazon's MSK (Managed Streaming for Kafka): The docs/FAQ make it clear that you can easily scale up the number of brokers in an MSK cluster. Can you just as ...
Bebeeru asked 18/11, 2019 at 16:51

2

I've written a python script with aiokafka to produce and consume from a Kafka cluster in AWS MSK, I'm running the script from a EC2 instance that is in the same VPC as my cluster and when I try to...
Estevez asked 5/6, 2022 at 14:58

1

Solved

I am trying to connect to AWS MSK using SASL protocol in a spring boot project. I am using spring-kafka to connect. The error I am getting is org.apache.kafka.common.KafkaException: javax.security...
Taproot asked 22/12, 2022 at 12:38

2

we have an AWS cloudformation template, through which we are creating the Amazon MSK(Kafka) cluster. which is working fine. Now we have multiple applications in our product stack which consume the...

0

We're trying to use AWS MSK (managed Kafka), and we want to use AWS GLUE Schema registry with AVRO rather than Confluent Schema Registry. We have brought up KSQLDB, and connected that to MSK, but i...
Heimer asked 11/8, 2022 at 15:54

1

I am trying to use MongoDB change stream using Kafka. I chose AWS MSK since my entire infrastructure is within AWS and it will be easy to integrate with other AWS services. I created an AWS MSK clu...

1

Solved

I am deciding if I should use MSK (managed kafka from AWS) or a combination of SQS + SNS to achieve a pub sub model? Background Currently, we have a micro service architecture but we don't use any ...

1

I have AWS MSK Kafka cluster with 2 brokers. From the logs I can see (on each broker) that they are constantly rebalancing. Every minute I can see in logs: Preparing to rebalance group amazon.msk.c...
Mani asked 12/10, 2021 at 9:12

2

We are planning to use AWS MSK service for Managed Kafka and Schema Registry and Kafka Connect services from Confluent together to run our connectors (Elasticsearch Sink Connector). We have planned...

1

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 documentation on th...
Shainashaine asked 27/8, 2021 at 18:35

0

I am trying to create an Kafka client app (both producer and consumer) using AWS managed Kafka instance (MSK). Also broker to broker communication and client to broker communication is configured a...
Larondalarosa asked 5/8, 2021 at 9:11

1

I am having trouble connecting to AWS MSK Kafka (with with Access Control Method configured to None) from my laptop, error is: NoBrokersAvailable I am using plaintext conn over port 9092: from kafk...
Faveolate asked 17/6, 2021 at 10:46

1

Does anyone have any idea if AWS MSK (Managed Streaming for Kafka) supports KSQL? I have seen many videos and documentations for KSQL on confluent platform but not for AWS MSK. Please let me know i...
Pyxis asked 16/5, 2021 at 22:52

2

Is there any info as to how can I use the AWS MSK details in my Spring Cloud Stream application ? I believe we need to generate a keystore and truststore and then incorporate the same in our appli...

1

Solved

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. ...
Rinaldo asked 25/2, 2021 at 19:37

2

Solved

I am getting this error when constructing KafkaProducer with the kafka-python package: [ERROR] UnrecognizedBrokerVersion: UnrecognizedBrokerVersion Traceback (most recent call last): File "/var/l...
Kalevala asked 31/10, 2019 at 9:15

1

Solved

Recently we have started doing some testing of our Kafka connectors to MSK, Amazon's managed Kafka service. Publishing records seem to work fine however not when transactions are enabled. Our clust...
Daliadalila asked 15/1, 2021 at 22:47

1

Solved

I'm evaluating AWS Kinesis vs Managed Service Kafka (MSK). Our requirement is sending some messages (JSON) to AWS to from the on-prem system (system develop using c++). Then we need to persist abov...

1

Solved

I'm using AWS MSK and I want to enable ACLs but I'm unable to create a topic when ACLs are turned-on. I'm using the command-line tools for all the operations. Here's a summary of what I'm doing: ...

2

Solved

Our AWS MSK cluster is not automatically creating topics when a producer first publishes a message to the topic. This is surprising because the default behaviour according to https://kafka.apache.o...
Witchhunt asked 26/4, 2019 at 9:56

2

I need to pick up messages from AWS SES and publish them to an AWS MSK (Kafka) topic. Is this possible? My current understanding is that all MSK clients must live in the same VPC. How would I confi...
Tartu asked 27/2, 2019 at 18:31

1

Solved

I'm evaluating AWS Managed Service Kafka (MSK) and I know that currently, it is in preview mode, hence might not have all features or proper documentation. I tried setting up the msk cluster and wa...
Boxwood asked 28/3, 2019 at 23:9
1

© 2022 - 2024 — McMap. All rights reserved.