Chesnay Schepler created FLINK-29254: ----------------------------------------
Summary: RpcGateway should have some form of Close() method Key: FLINK-29254 URL: https://issues.apache.org/jira/browse/FLINK-29254 Project: Flink Issue Type: Technical Debt Components: Runtime / RPC Reporter: Chesnay Schepler Assignee: Chesnay Schepler Fix For: 1.17.0 In a simple client-server model the gateway constitutes the client, which will generally have to allocate some resources to communicate with the server. There is however currently no way for a user to close a gateway, hence these resources will generally leak (unless the underlying RPC implementation either magically fixes that somehow or doesn't allocate resources for clients in the first place). -- This message was sent by Atlassian Jira (v8.20.10#820010)