-
I believe we need a standard document/template for the microservice documentation
We want to document things such as
* Input Parameters incl format of each paramter
* Calling Method (get/post etc)…
-
One key aspect when microservices are calling other microservices is the hand-over of authentication. It is key that we test that authentication is carried over, and that we test that any newly create…
-
One of the most pervasive issues is the calling of services from other services.
Currently in some places other microservices are not called using for instance a call microservice function or somethi…
-
-
## Describe the Bug
The bug is currently happening with Mythical on TWO projects when deploying multiple microservices.
When `dotnet beam deploy release` is executed, some standalone microservices r…
-
put microservices outputs in folder ms:
inputs/
outputs/
ms/
-
Left off at Listing 2
-
* Creating directories for each microservice in src
* Thinking through endpoints for the API of each microservice
[Microservices outline diagram](https://drive.google.com/file/d/12P7gCwHiG2vcnWB8RzBl…
-
The installation script created in "Microservice Directory Database #16538." needs to be updated to scan files for a different md-file structure.
At the moment it scans for a structure that was used …
-
NestJS supports microservices through its `@nestjs/microservices` package. This brings a built-in support for TCP, gRPC, Kafka, RabbitMQ, Redis, etc. In my opinion, integrating microservices into Seri…