Does Kong support updating tcp port based routing at runtime?

I deploy multiple applications dynamically at runtime. Think of it more like, I get a http request to deploy an application. Now, I want kong to be the gateway and help me do tcp port based routing. From the docs, I can see that it can indeed to tcp port based routing but what is not clear to me is if there a way to tell kong that “hey here is a new tcp port and anything you get from this port please sending to the new application X” without actually restarting kong or experinceing any delay for kong to pick up the new port based routing rule?

I am using the latest k8’s 1.24 and I am looking for a open source solution