Aitor Pérez Cedres

Results 40 comments of Aitor Pérez Cedres

Hey there :wave: ~~I can't reproduce this issue with the code you provided. Make sure that the queue is declared with `x-single-active-consumer` set to `true`.~~ I added the following lines...

I can confirm that the problem seems to be in RabbitMQ. The queue crashes for some reason, and the consumer does not take over. Edit: I can reproduce the behaviour...

@acogoluegnes done! https://github.com/rabbitmq/rabbitmq-server/issues/5460

An example from the Go codebase on how to use a context in a function that makes an external call: https://github.com/golang/go/blob/6d8ec893039a39f495c8139012e47754e4518b70/src/database/sql/ctxutil.go#L46-L61

I'm not sure there's much we can do on our end, other than exposing the values to tune the leader election timeouts (as we already do). This line is the...

I think it would be nice to have some automation around the creation of an `Ingress`, however I do not want to embed the entire `Ingress` spec in the `RabbitmqCluster`....

`secretName` as well could be interesting. I haven't thought too much about TLS in this case yet, mostly because the different scenarios e.g. TLS termination at Ingress, TLS without termination,...

Hey, I wanted to leave a comment to let you know that we are exploring this option, and what needs to be done our end to make it possible. Initial...

Thank you for rising this issue. We do see value in providing an arm64 image. We have to do some exploration on how to achieve this. Our main challenge may...