David Ansari

Results 18 comments of David Ansari

Closing as no longer relevant because https://github.com/rabbitmq/rabbitmq-server/pull/5483 will revert https://github.com/rabbitmq/rabbitmq-server/pull/5442.

Maybe, it's worth to implement a streaming JSON reporter in Ginkgo which would conform with the test2json spec. A streaming JSON reporter has already been suggested in https://github.com/onsi/ginkgo/pull/143#issuecomment-75393126. I could...

... such that we comply with > However, note that only upgrading from one minor to the next minor or major is supported. To upgrade from e.g. 3.6.16 to 3.8.7,...

@bengtrj, the documentation assumes that your current working directory is an existing git repo. (Maybe that's the part which is missing in the docs?) You first run `git duet` in...

This issue is old and misleading. I'm closing it in favour of https://github.com/rabbitmq/rabbitmq-server/issues/8824.

@chriswue yes, delivering retained messages to clients that were never subscribed before works with the following limitations: 1. If the topic filter contains wildcards (e.g. `#` as in your example...

Thank you @alaendle for testing MQTT 5 and your feedback. I like your idea and implemented it in https://github.com/rabbitmq/rabbitmq-server/pull/8681.

When testing MQTT 5, please start using docker image `pivotalrabbitmq/rabbitmq:main-otp-max-bazel` since PR https://github.com/rabbitmq/rabbitmq-server/pull/7263 was merged into `main` branch. (I updated Luke's comment above). @couling the shovel plugin is supposed to...

I think it's safer for a human operator to decide when to enable what kind of feature flag. Enabling a feature flag could - depending on the migration function of...

Auto enabling feature flags might also be better implemented in rabbitmq-server itself: https://github.com/rabbitmq/rabbitmq-server/issues/5212