Christian Häusler

Results 23 comments of Christian Häusler

Target branch for this feature must be https://github.com/corvus-ch/rabbitmq-cli-consumer/tree/version-3.

> Is there a design spec for this feature? I don’t see how FastCGI is used here. I have a rough idea but some clarification would be good. @estahn So...

The rabbitmq-cli-Consumer does not deal with concurrency. It processes one message at a time. If you need concurrency, you can spin up as mutch instances as you need.

Dealing with concurrency is a complexity I tried to keep out of the project. The way it is designed is to delegate it to a suitable process supervisor. With Kubernetes...

@estahn Can you do a pull request with your changes so I can have a look? Searching for that error on the web, indicates that your code might be mixing...

In order to find what the issue with the _unknown delivery tag_ is, I have hacked together a minimal example. ````go package main import ( "flag" "log" "github.com/streadway/amqp" ) var...

I know, but that does not make the mentioned example correct.

@xmontero Yes, this is still the case. @renanvieira It seems that I never received your emails and to my shame, I was not getting notifications from GitHub for some time,...

In an ideal world, where software does not have bugs and people do not make mistakes, yes, that feature would not be needed. However, this is not utopia and errors...

With #195, is this still relevant? At least it should be reworded to account for that change.