Growing local development environment issues



  • Where I work we've been adding microservices for different purposes and the local development environment is becoming difficult to setup. Services have too many environment variables to configure and usually there's not enough memory avaiable to run them.

    We plan to fix these issues. I understand it's a matter of architecture and DevOps mostly. One way we've thought of is to create a proper service registry that allows easier setup and opens the door to, for example, have some services running locally and others in the cloud. All wired together with the service registry.

    Another option could be to stub some of the dependencies with something like https://wiremock.org/ but it seems too limited and difficult (?).

    I wanted to ask, what other strategies are there to manage growing development environments?



  • I recommend running all the dependent microservices on cloud and deploy only the microservice that is under active development in your laptop.


Log in to reply
 

Suggested Topics

  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2