You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2016/08/19 21:39:20 UTC

[jira] [Created] (FLINK-4434) Add a testing RPC service

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)