-
-
-handle the microservice calls after completion of meta transactions
-
Start and stop microservices from the Admin tab.
-
-
https://medium.com/javarevisited/11-microservice-best-practices-for-building-scalable-and-resilient-applications-1a19feb46f0
-
We need to create a template for how we are going to document the contracts for our micros so that we can all get on the same page.
We need:
- Versioning
- Naming Conventions
- a tool that will h…
-
Perhaps use RabbitMQ? https://www.rabbitmq.com/
Check out https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/
-
**Describe the new feature you would like to see**
I want listing and retrieving missions to be modular.
I want Flotilla to be able to talk to different / various mission planners.
I want a general…
-
# Issue with updates
Currently, when the microservices are first deployed, the autorun creates secret keys, public keys and requests a DID. The output of this, is stored in a file inside the micros…
-
### Microservices communication using RestTemplate
##### declare RestTemplate as a bean with Load balance, @LoadBalanced is mandatory otherwise not working by service name
```
@LoadBalan…