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

Makes get queue size supports return only needed columns #61

Open
edvm opened this issue May 13, 2021 · 0 comments
Open

Makes get queue size supports return only needed columns #61

edvm opened this issue May 13, 2021 · 0 comments

Comments

@edvm
Copy link

edvm commented May 13, 2021

The HTTP endpoint returns a lot of fields not needed which increases the payload.
RabbitMQ supports this using the columns parameter (as described here):
https://rawcdn.githack.com/rabbitmq/rabbitmq-server/v3.8.16/deps/rabbitmq_management/priv/www/api/index.html

You can also restrict what information is returned per item with the columns parameter. This is a comma-separated list of subfields separated by dots.

It would be great if pyrabbit support it! ❤️

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

No branches or pull requests

1 participant