beamable / BeamableProduct

The beamable product suite including com.beamable, com.beamable.server, microservice base image, portal, the installer, and build scripts
Other
3 stars 0 forks source link

CLI - generate-client crashes if a HttpMicroservice was not build #3466

Open gabrielbeamable opened 1 month ago

gabrielbeamable commented 1 month ago

Discussion in slack about this: https://disruptorbeam.slack.com/archives/C03P1J5NR97/p1717595501347599

We basically always goes through all microservices when generating client code, and if one of those services isn't built or failed in a previous build, then this is going to crash.

We should:

We should attempt to build all services, and if one fails in the middle, aggregate its error into a final exception at the end of all service builds.