Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display stream publishers in queue management page #3394

Merged

Conversation

acogoluegnes
Copy link
Contributor

No description provided.

If the queue is a stream. WIP, currently all the stream publishers
are listed, a new publishers per stream endpoint is required.

References #3389
@acogoluegnes
Copy link
Contributor Author

acogoluegnes commented Sep 10, 2021

Acceptance steps:

  • check out the rabbitmq-server-3389-stream-publishers-in-queue-page branch
  • start up the broker: make run-broker PLUGINS='rabbitmq_stream_management'
  • in another terminal, start up the stream performance tool:
cd /tmp
wget https://github.com/rabbitmq/rabbitmq-java-tools-binaries-dev/releases/download/v-stream-perf-test-latest/stream-perf-test-latest.jar
java -jar stream-perf-test-latest.jar --rate 1000 --stream-count 2 --producers 2 --consumers 2
  • go to the queue list page: http://localhost:15672/#/queues
  • go to the stream-1 details page, there should be 1 publisher listed
  • check the same thing with the stream-2 queue
  • stop the performance tool
  • go back to the details page of both queues, the publishers list should be empty
  • create a regular queue and check the "publishers" section does not show up in its details page

@acogoluegnes acogoluegnes marked this pull request as ready for review September 10, 2021 13:34
@acogoluegnes acogoluegnes modified the milestone: 3.9.6 Sep 10, 2021
This is necessary to make sure the extension addition is actually
done in case of refresh of the queue page.

References #3389
@acogoluegnes acogoluegnes merged commit 3f1b228 into master Sep 14, 2021
acogoluegnes added a commit that referenced this pull request Sep 14, 2021
Display stream publishers in queue management page (backport #3394)
@acogoluegnes acogoluegnes deleted the rabbitmq-server-3389-stream-publishers-in-queue-page branch September 14, 2021 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants