Pattern for dynamically adding new listeners/services #641
jaylmiller
started this conversation in
General
Replies: 1 comment
-
Right now we don't have a supported way of doing this and no plans for this in the immediate term. I don't recall that we have an issue on this already if you'd like to make a feature request for the long term. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
is there a supported way in pingora to add new ports/listeners dynamically? basically i want to start services on new ports sometime after i initially start my server up (based on inbound data to one of my services), ideally without restarting the process. All the examples i've seen specify the services/listeners up front and then block on the
run_forever
call.Any suggestions here or am i just going down a bad path? Thank you in advance. Btw Pingora is an incredible tool and i've already gotten so much value out of it!
Beta Was this translation helpful? Give feedback.
All reactions