linkerd/linkerd-tcp

feature request: dtab updates affect persistent connections

jasonjckn opened this issue · 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

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 yah that works for me, just closing the connections, you're right there's no good way to 'migrate' .