- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 137字
- 2021-07-02 22:18:31
Naming service
A Service Fabric application is composed of multiple Microservices. The Service Fabric cluster manager may deploy your service instances to any nodes in the cluster, which can make it difficult to discover the service by the client application.
Every Microservice in a Service Fabric application is identified by a string name. A Service Fabric cluster has multiple instances of the naming service, which resolves service names to a location in the cluster. A client can securely communicate with any node in the cluster using the naming service to resolve a service name and its location. When a client requests the location of a Microservice, the naming service responds with the actual machine IP address and port where it is currently running. This makes the Microservice independent of the hardware on which it is hosted.
- AngularJS Testing Cookbook
- 算法零基礎一本通(Python版)
- C語言最佳實踐
- Mastering Scientific Computing with R
- Mastering LibGDX Game Development
- SharePoint Development with the SharePoint Framework
- Mastering openFrameworks:Creative Coding Demystified
- Python機器學習之金融風險管理
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- Learning VMware vSphere
- Secret Recipes of the Python Ninja
- 計算機常用算法與程序設計教程(第2版)
- Java網絡編程實用精解
- JavaScript全棧開發
- Getting Started with Hazelcast