Gerhard Lazu

Results 194 comments of Gerhard Lazu

Even though there is no precedence for this approach in other RMQ clients, we could use the delivery channel returned by `ch.Consume()` to cancel consumers with no tag: ```go func...

We're thinking that returning a more descriptive NetErr would make more sense. What do you think?

The entire API would benefit from having optional parameters as structs instead of positional arguments. Take inspiration from [Google APIs generated clients](https://github.com/google/google-api-go-client), e.g. [storage](https://godoc.org/google.golang.org/api/storage/v1). The proposal is to introduce a...

Oh wow, I can't believe that I haven't thought about this! This would be an amazing addition. Love it! 💙

Relevant: https://github.com/rabbitmq/rabbitmq-server/commit/09b92bacedc85c0878480feb559f2c57bb22d168#diff-18813c86948efc57e661623d7ba48ff94325c9b5421ec9177f724922dd553a35R35

> @lhoguin The hard part moving forward is determining what values are the most useful. This looks like a good starting point to me: - vhost - name - reductions...

I have just noticed that the exchange didn't have a `topic` entry. I've added it back, and trimmed the queue bindings. Re-running import for the attached definitions. [rabbitmq-definitions-trimmed.json.zip](https://github.com/rabbitmq/rabbitmq-server/files/5945978/rabbitmq-definitions-trimmed.json.zip) The worker...

The first problem is that the queue bindings never get created. The second problem is that the exchange doesn't get created. The last problem is that while creating queues from...

@acatxnamedvirtue it's most likely network latency / network throughput / disk IOPS on the db. It may be CPU contention on the web instances, but this is less likely. Without...

@acatxnamedvirtue glad that you managed to pinpoint the root cause of your slow page loads! I plan on rolling out [node-exporter](https://github.com/bosh-prometheus/node-exporter-boshrelease) in our infra and replacing this Concourse dashboard with...