Stephan Ewen created FLINK-4434: ----------------------------------- Summary: Add a testing RPC service Key: FLINK-4434 URL: https://issues.apache.org/jira/browse/FLINK-4434 Project: Flink Issue Type: Sub-task Components: Distributed Coordination Reporter: Stephan Ewen Assignee: Stephan Ewen Fix For: 1.2.0
I suggest to add a simple testing RPC service that allows to register mock gateways under certain names. That way, if a component connects to another component via the RPC service, it will call the mock gateway, rather than the proper procy gateway that will try to send actor messages. Tests on mocks are very easy and powefull with tools like Mockito. -- This message was sent by Atlassian JIRA (v6.3.4#6332)