maplelabs / opensearch-scaling-manager

0 stars 11 forks source link

Create a Rest API architecture in scaling manager #478

Open Akhil-Nair-ML opened 1 year ago

Akhil-Nair-ML commented 1 year ago
  1. Create endpoints to support start, stop and restart of different micro services.
  2. Make communication between different microservices over endpoints like how it happens in many distributed services like k8s and others. We can use grpc to achieve this.