linkerd-tcp icon indicating copy to clipboard operation
linkerd-tcp copied to clipboard

feature request: dtab updates affect persistent connections

Open jasonjckn opened this issue 8 years ago • 2 comments

currently TCP connections need to be reestablished in order to be affected #by new dtab rules, for our use case we require all connections to be 'migrated' according to new rules

jasonjckn avatar Apr 19 '17 00:04 jasonjckn

Thanks for the suggestion @jasonjckn. Do you have any thoughts on how you would expect this to be implemented? I think the best we can do is to just tear down open connections... It doesn't really make sense to "migrate" a TCP stream, as we have no context about the state of the application running on top of it.

olix0r avatar Apr 19 '17 00:04 olix0r

@olix0r yah that works for me, just closing the connections, you're right there's no good way to 'migrate' .

jasonjckn avatar Apr 19 '17 06:04 jasonjckn