rabbitmqctl list_connections
doesn't work with certain active stream connection
#8327
Replies: 1 comment
-
Thanks for bringing this up, we pushed a fix: #8335. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
RabbitMQ:
3.12.rc-3
, Erlang 25.3Create a stream connection, for instance with:
stream2="rabbitmq-stream+tls://username:passwd@my-host-name-01:5551/vhost"
java -jar stream-perf-test-0.9.0.jar -u $stream2 --max-length-bytes 7gb --producers 0 --consumers 1 --offset last
When there is an active stream connection (and coordinator):
Listing it with HTTP API works fine.
Shutting down the stream connection and then listing connections with
rabbitqmctl
work fine.Config:
Beta Was this translation helpful? Give feedback.
All reactions