You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "mario-renau-alstom (via GitHub)" <gi...@apache.org> on 2023/08/01 08:29:24 UTC

[GitHub] [incubator-pekko-samples] mario-renau-alstom opened a new pull request, #56: Create sbt command aliases for the sample

mario-renau-alstom opened a new pull request, #56:
URL: https://github.com/apache/incubator-pekko-samples/pull/56

   Created sbt command aliases as in other scala samples:
   
   ```scala
   // Startup aliases for the cassandra server and for two seed nodes one for eu-west and another for eu-central
   addCommandAlias("cassandra", "runMain sample.persistence.res.MainApp cassandra")
   addCommandAlias("eu-west", "runMain sample.persistence.res.MainApp 7345 eu-west")
   addCommandAlias("eu-central", "runMain sample.persistence.res.MainApp 7355 eu-central")
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-samples] pjfanning merged pull request #56: Create sbt command aliases for the sample

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning merged PR #56:
URL: https://github.com/apache/incubator-pekko-samples/pull/56


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org