Category "producer-consumer"

How to Handle Long Running Consumption for SQS Application

I have a service which integrate with AWS SQS. Some of our messages take longer than 12 hour(maximum visibility timeout) to process. In this case, other consume

How to postpone response on netty

In my Netty application I need to postpone the response until some data (which is going to be provided by other clients) be available. It's more like Producer-C

Kerberized Apache Kafka consumer not creating groups

I am using version 2.13. Kafka is able to produce messages but not able to consume messages after investigation I found that consumer groups are not getting cre

Making Consumer/Producer Problem a bit Advanced

Is there any way for the Consumer/Producer problem in synchronization could be made more advanced by introducing some scenario or making it a little bit more co

No endpoint could be found for: test, please check your classpath contains the needed Camel component jar

I am trying to send and receive messages using akka-camel and created a sample example for producer and consumer like below : Producer: import akka.actor.{Act

C Producer-Consumer Using PThreads

I am working on a problem where I am implementing a program that mimics the producer-consumer paradigm. The code that I am using works when I only have one prod

can a kafka consumer filter messages before polling all of them from a topic?

It was said that consumers can only read the whole topic. No luck doing evaluations on brokers to filter messages. It implies that we have to consume/receive a