You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add OTP version to server properties during connection negotiation
I wanted to know which Erlang & RabbitMQ version I am benchmarking
against. Whilst RabbitMQ version was already exposed via server
properties, Erlang version wasn't.
Since otp_release/0 is in rabbit_misc, it felt natural to add this
functionality there, especially since testing it via rabbit_reader felt
awkward.
0 commit comments