question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Devmode service tags

See original GitHub issue

If you have a system with many microservices, you might not necessarily want to run them all at once, instead you might want to run just a group of microservices. This could be supported by allowing services to be tagged with sequence of tags, configured in build.sbt, and then having the runAll command be an input task that takes a tag, allowing you to run only the services with that tag if specified.

Additionally, we might want to be able to configure other things about the build environment based on which tag is selected, for example, whether Kafka, Cassandra, or the service locator are started, and also what external services should be added (for example, you may have a tag that, instead of starting service X, adds an external service URL to a shared development instance of service X).

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:1
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
JurajBuriancommented, Aug 13, 2018

In sbt case, Is there any chance to reuse bgRun?, Then one can use: ; service1/bgRun; service2/bgRun … . After some research I realized, that one can run subset of services via lagomRun. Also one can run services in several rounds, because call of lagomRun execution returns promt to sbt when service execution is finished.

0reactions
TimMoorecommented, Mar 20, 2018

I think we should provide the feature for both sbt and Maven, but it doesn’t have to be identical for each. It should be idiomatic to each tool. I think it’s fine for the sbt plugin to support more-powerful features of sbt that Maven doesn’t provide, as long as we don’t just ignore Maven.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Change service tag/serial number without dev mode? - Reddit
We are unable to enter developer mode in order to change the serial number and service tag to match what is physically on...
Read more >
How to Find the Service Tag Number and OS Revision ... - Dell
Steps for finding the Service Tag Number and Operating System Revision in Chrome Operating System.
Read more >
Developer mode - AMS Advanced User Guide
AWS Managed Services (AMS) Developer mode uses elevated permissions in AMS Advanced Plus and Premium accounts to provision and update AWS resources outside...
Read more >
nystudio107/devmode: Website for the devMode.fm podcast
Contribute to nystudio107/devmode development by creating an account on GitHub. ... as described in the Setting Up Your Own Image Transform Service article ......
Read more >
How to Display the Service Tag on a Chromebook - BJSD93
Finding the Service Tag and OS Revision within Chrome OS ... be difficult for users not familiar with the Chrome Developer Mode (Dev...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found