Lajos Gerecs

Results 19 issues of Lajos Gerecs

## Proposed Changes Implements optional conversion of AMQP 1.0 headers to 0.9.1 headers for some headers types (utf8, uint, bool). Implements rabbitmq#2591 Implements optional conversion of AMQP 0.9.1 headers to...

bazel

Hi, Sorry this became a so big but I was trying to debug something and somehow everything fall into one change. I can cut it up if needed. Let me...

bazel

Hi, The credit calculation in the AMQP client is incorrect, it is always behaving like the client has infinite credit. This does not cause any issues with RabbitMQ itself because...

Hi, Currently when a quorum queue starts up it will go through all the snapshot files: https://github.com/rabbitmq/ra/blob/94ea25111b6f9f795e4f8b30fb3018b74426a4ec/src/ra_log.erl#L940 This is very inefficient for large queues, it can take minutes to read...

Hi, We have a few RabbitMQs which sometimes get stuck during shutdown for 10 minutes. We tracked it down to that a Classic Queue mirror in starts just the right...

Hi, When using the AMQP 1.0 plugin or AMQP 1.0 Shovels the connections are not listed using the `rabbitmqctl list_amqp10_connections` command. I suspect the reason is that the code was...

Hi, I am testing a RabbitMQ with many quorum queues and when doing a restart, some queues crash with this error: ``` 2021-11-16 16:47:35.433738+00:00 [error] pid: 2021-11-16 16:47:35.433738+00:00 [error] registered_name:...

Hi, I want to modify the desert island app so it has a dark mode as well but in this repo the code is not present. Could you please point...

Hi, It would be useful for us to expose running and total mnesia node counts. Let me know what you think. Thanks

Hi, Thanks for the extension, seems like this one works the best. Do you have some documentation regarding how to build / develop it? I'd like to help adding some...