Skip to main content

Questions tagged [apache-kafka]

Apache Kafka is publish-subscribe messaging rethought as a distributed commit log.

5 votes
3 answers
1k views

I was trying to model a fairly simple real world model inside a distributed system and got stuck thinking about timing and order and would appreciate some external view on it. Assuming I have this ...
Samuel's user avatar
  • 799
3 votes
1 answer
170 views

I am currently working in a project where we are utilizing kafka as a Message Queue. We have two use cases here, one is to consume the messages in parallel, no ordering of any kind required. And one ...
Akshansh Jain's user avatar
0 votes
1 answer
349 views

I am designing a message processing system for Kafka topic A. Each message has a message_type and needs to query DB to determine the tasks required for this message_type. The tasks are independent of ...
kietheros's user avatar
  • 117
0 votes
0 answers
201 views

In RabbitMQ streams or Kafka, messages are not deleted after being consumed. If you have a consumer application replicated across multiple Kubernetes pods, how can you ensure that each pod picks up a ...
Klention's user avatar
-2 votes
1 answer
238 views

I am currently developing a microservices architecture consisting of two services, and I'm facing a challenge related to transaction management and error handling. Microservice A: This service is ...
Oleg Pro's user avatar
1 vote
1 answer
160 views

Context: We have 2 services - a user-facing API server and a background processing Kafka worker. Both of these are hosted on AWS EKS, and we use AWS MSK for Kafka. The job of the API server is to ...
Sidharth Samant's user avatar
3 votes
2 answers
455 views

I have an application using Hexagonal Architecture. I want to implement a DLQ in 2 scenarios: When the event streaming adapter's incoming message is unreadable (invalid payload, etc) When the domain ...
Ryan's user avatar
  • 133
0 votes
2 answers
172 views

I'm not encountering any issue in prod or anything, I'm just reading about Kafka and I'm curious about this case. As I understand, A producer sends messages to the leader. The replicas copy the ...
Thomas's user avatar
  • 129
1 vote
1 answer
107 views

I'm struggling to (integration) test a component that makes use of an infinite generator. Background: At a really high level, this component is essentially a "middleman" in a kafka workflow. ...
Luke Nelson's user avatar
0 votes
1 answer
124 views

I want to collect a lot of files (file data + metadata) from local servers to a central server. Files are important, need to ensure that no files are lost Local servers: implement a collector to ...
kietheros's user avatar
  • 117
0 votes
2 answers
245 views

I've been at my current job for about 4-5 months, mainly working with Go, and I have no prior experience with Kafka. Before this, my background was in JavaScript, Node.js, React, etc. I recently got a ...
Anatoly's user avatar
  • 274
2 votes
2 answers
1k views

Let’s say I have a booking microservice (single instance) with its own DB. If I want to horizontally scale the service with multiple instances(exact same copy of the business logic code) running on ...
dig_123's user avatar
  • 157
2 votes
2 answers
197 views

Folks, I am wondering if there is any dis/advantage to using json objects as message keys. Assume I have 2 event streams coupled with 2 tables in a source system. Each of those tables have its own ...
Babak's user avatar
  • 31
1 vote
1 answer
170 views

I would like to have a series of small stand-alone services that would either consume a Kafka topic and output the data into a different system or the reverse: receive data from a system and produce ...
mparada's user avatar
  • 11
1 vote
1 answer
512 views

We want to install Kafka Kraft cluster on 35 machines ( machines are DELL physical machines - type R760 And OS is Linux RHEL 8.6 version ) Since we are dealing with Kafka production cluster , we want ...
jessica's user avatar
  • 111

15 30 50 per page
1
2 3 4 5
7