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

CLI tools: disable incoming disterl listeners. #12762

Open
lukebakken opened this issue Nov 19, 2024 · 1 comment
Open

CLI tools: disable incoming disterl listeners. #12762

lukebakken opened this issue Nov 19, 2024 · 1 comment
Assignees

Comments

@lukebakken
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

#11463 (comment)

CLI tools could (should) use RABBITMQ_CTL_ERL_ARGS="-dist_listen false" by default.

Describe the solution you'd like

RABBITMQ_CTL_ERL_ARGS="-dist_listen false"

Describe alternatives you've considered

N/A

Additional context

N/A

@lukebakken lukebakken self-assigned this Nov 19, 2024
@michaelklishin
Copy link
Member

@lukebakken I cannot think of a reason not to do it. rabbitmq-diagnostics consume_event_stream and rabbitmq-diagnostics list_* commands are the closest we have to a "two-way communication" and even they do not need a listener.

But we can tweak the RABBITMQ_CTL_ERL_ARGS default and see how well those commands that stream results (continuously or when there's a large number of, say, queues) do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants