Kafka consumer for multiple services, what is the best design pattern?
Introduction So, following my other question about managing consumers using group_id, I have some more question regarding the design pattern of the consumer service (if one is needed) to handle messages and operate them on my services. An overview of the application So, the main application utilizes a micro-service architecture; we have serivses for search, […]
Kafka consumers in FastAPI -> different services, different consumer, same producers
I have gone through these questions and some others, but unfortunately, I could not find an answer for my specific case even after reading the linked documents. Therefore, I believe this question is not a duplicate.