Luke Bakken

Results 123 issues of Luke Bakken

See this discussion: https://vmware.slack.com/archives/C055BSG8E/p1709799850327309 `queue_master_locator` only applies to mirrored classic queues, which will be removed in RabbitMQ 4.0, so this policy setting should be removed as well. `queue_leader_locator` is the...

### Is your feature request related to a problem? Please describe. https://groups.google.com/g/rabbitmq-users/c/VT4GKJVJT7s In the above discussion, the user reported that their ESP8266 device wouldn't connect to RabbitMQ when [the following...

enhancement

Currently any changes in mnevis will have to go through the ra log, which takes some time to persist (write to disk). This makes disc_copies tables in mnesia useless, because...

Locker terms accumulate some internal data like blacklisted transactions and committed transactions. This data should be cleaned up at some point. ]Currently they're only cleaned up when a new locker...

https://github.com/rabbitmq/support-tools/blob/master/docs/Reporting_RabbitMQ_Issues.md * Does this document live in the "correct" place? Should it be part of the website? * Should there be recommendations for getting support, i.e - - monitoring is...

enhancement

@Gsantomaggio points out [here](https://github.com/rabbitmq/rabbitmq-stream-dotnet-client/pull/285#discussion_r1318611388) that the public API surface could be reduced. We should investigate this for version 2.

enhancement

I still have benchmarking to do, but this method should be faster. Learning a bit after reading about `System.IO.Pipelines` - [link](https://blog.marcgravell.com/2018/07/pipe-dreams-part-3.html#writes-and-wrongs)