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.

Multiple Services Example

See original GitHub issue

So while I have the plugin working fine with a single service. It would be really good to see a multi service example with two services (or more, talking to each other).

Where I’m struggling is when I run two services (or more), _ah/admin/modules the running service only show’s one service in the admin panel. So is there a way for local dev to run multiple services at the same time?

A really simple multi service sample would help us who want to get into microservice arch alot, as the GCE docs are really high level and don’t actually share practical examples.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
loosebazookacommented, Jul 13, 2018

Ah, okay, well I guess you gotta do what works best for you. 👍

Thanks for sharing your experience, I don’t have a timeline for any new features, but perhaps we can offer a generic Deploy task in the future that will take care of some of the boilerplate.

1reaction
patflynncommented, Jul 12, 2018

@rohanliston thanks for the detailed write-up! You are right that we don’t explicitly support non Java languages with this plugin. I’m glad you were able to get something working.

@loosebazooka FYI.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pattern: Multiple service instances per host
Run multiple instances of different services on a host (Physical or Virtual machine). ... For example, a Tomcat or Jetty instances per service...
Read more >
Run multiple services in a container - Docker Documentation
A container's main running process is the ENTRYPOINT and/or CMD at the end of the Dockerfile . It is generally recommended that you...
Read more >
Compare microservices deployment patterns for best strategy
There are several microservices deployment patterns available -- both for single or multiple service instances per host -- that tackle these ...
Read more >
Introducing multi-service deployments via Serverless ...
Sometimes, services have dependencies between them. The output of one service (for example its API URL, a table name, a queue URL, etc.)...
Read more >
Running Multiple Services Inside a Single Container ... - DZone
In the above example, I have defined three services. The first service is app tier, the second service is data tier, and the...
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