You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Elek, Marton (JIRA)" <ji...@apache.org> on 2017/07/20 16:07:00 UTC

[jira] [Created] (RATIS-95) Executable Jar for the ratis examples

Elek, Marton created RATIS-95:
---------------------------------

             Summary: Executable Jar for the ratis examples
                 Key: RATIS-95
                 URL: https://issues.apache.org/jira/browse/RATIS-95
             Project: Ratis
          Issue Type: Improvement
            Reporter: Elek, Marton
            Assignee: Elek, Marton


The current example project shows an example implementation of the base interfaces. I suggest to create simple CLI application for the test (just an additional class with main and argument parsing) to make it easier to demonstrate how a ratis cluster could be run.

For example:

{code}
java -jar ratis-examples-uber.jar --port 2323 --id node2 --peers node3:localhost:4566,node1:localhost:3456  
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)