Skip to main content
2 votes
1 answer
1k views

I have a decent experience working with kafka and python using confluent kafka library. Recently I had to shift towards golang and use sarama library with it. And I can not understand how ...
Taimoor Abbasi's user avatar
1 vote
0 answers
105 views

I'm using Apache Kafka(aws msk) with the IBM Sarama Go library to manage a Kafka consumer group. I've encountered an issue where my consumers stop consuming messages under certain conditions, even ...
Manoj Gowda V's user avatar
1 vote
0 answers
139 views

I have problem granting permissions to kafka confluent resource cluster using sarama. My code is below, when I run it it gives me an error: error: kafka server: failed to create one or more ACL rules: ...
Tai Nguyen Huu's user avatar
1 vote
0 answers
136 views

This is my code I'm using ibm/sarama version, err := sarama.ParseKafkaVersion(version) if err != nil { boot.Logger.L.Critical(err.Error(), err) log.Panicf("Error parsing ...
nggasnik's user avatar
0 votes
0 answers
134 views

I'm trying to create a kafka producer locally. I'm spinning up kafka through docker-compose up like this: services: zookeeper: image: wurstmeister/zookeeper ports: - "2181:2181&...
nespondev's user avatar
-2 votes
1 answer
238 views

I am new to Kafka and have a use case where I will be reading data from a kafka topic. While reading it is possible that new partitions are added. Is there a way with golang Sarama client to detect if ...
A Beginner's user avatar
1 vote
1 answer
307 views

I have a consumer application written in GoLang that is running as a service in ECS Fargate, which I'm trying to use to consume from an MSK Serverless Cluster. The ECS service is on the same VPC as ...
user2704305's user avatar
2 votes
0 answers
310 views

When I use kafka-producer-perf-test.sh to simulate the producer sending 10,000 messages to a topic 't' with 2 partitions, and use the consumer code mentioned below with dfv1.CommitN set to 3, I ...
George's user avatar
  • 21
3 votes
1 answer
2k views

As far as I know, there exist two configurations related to the heartbeat timeout and max poll interval in Java kafka consumer, which are: session.timeout.ms max.poll.interval.ms If the interval ...
Yao's user avatar
  • 43
0 votes
0 answers
377 views

there is a problem when I connect to kafka via docker. this is my docker-compose.yaml version: '3' networks: fixtures_test: external: true services: zookeeper: image: confluentinc/cp-...
ianhui's user avatar
  • 1
1 vote
0 answers
476 views

I have a compiled proto from another repo that I would like to have registered for an integration test. I'm basically doing this: payload := map[string]interface{}{ "schemaType": ...
user38643's user avatar
  • 499
1 vote
0 answers
766 views

I'm trying to unit test kafka client in my library messaging project but got timeout error. I've copy everything from the sarama library but still got the same timeout error. I don't know why... can ...
Joshua Ryandafres's user avatar
1 vote
0 answers
47 views

I have 2 docker containers running: docker container ls CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES b92bf8cba740 ...
Tom's user avatar
  • 479
1 vote
1 answer
461 views

I have the following component in k8s: apiVersion: dapr.io/v1alpha1 kind: Component metadata: name: kafka-pubsub namespace: default spec: type: pubsub.kafka version: v1 metadata: # ...
Matt's user avatar
  • 127
2 votes
1 answer
667 views

I am encountering an issue with my Kafka consumer while consuming two topics (Topic A and Topic B) within a single consumer group. Both topics contain UTC timestamps in their data and are published ...
Mohamed Ibjas's user avatar

15 30 50 per page
1
2 3 4 5
8