Jean-Sébastien Pédron

Results 49 comments of Jean-Sébastien Pédron

@kjnilsson: Do you mind if I wait a real use case before merging this? I mean, when you have a feature flag which would benefit from this, then we can...

> > @kjnilsson: Do you mind if I wait a real use case before merging this? I mean, when you have a feature flag which would benefit from this, then...

Yes, it looks like the pattern is the same. We can probably apply the same solution in this case.

Hi @Ayanda-D! Could you please explain the intent behind the transformation? I understand the need to convert the messages on disk to remember their delivery count. But does it mean...

I don't understand the requirement to convert all in-memory records. Considering the record as an opaque value and always using a module to access and modify it should make the...

There may a need to transform the messages stored on disk because the current file format may not have room for the new delivery count. I have some comments on...

Yes, I understand you need to keep this counter somewhere and message properties might be a good place, I don't judge that (I don't know that specific record usage). In...

In the case of the `#amqqueue{}` record versions and classic queues, the queue processes don't know/don't care about the version of the record they use. We have to convert the...

### Delivery count sync in mirror slaves You say that a slave gets up-to-date delivery counts when it is promoted as a queue master, but I don't understand how this...

This upgrade log file was kept when RabbitMQ was switched to Lager. To support this, there is a special configuration in RabbitMQ just for this category. I would be in...