Dapr入门学习 Day 11

构建块(二)

Building blocks

通过标准HTTP或gRPC api访问模块化最佳实践

Modular best practices accessible over standard HTTP or gRPC APIs

1. 服务到服务的调用 Service-to-service invocation

EndPoint

/v1.0/invoke

说明

服务调用使应用程序能够通过公开的端点以http或gRPC消息的形式相互通信。Dapr提供了一个端点,作为反向代理和内置服务发现的组合,同时利用内置的分布式跟踪和错误处理。

Service invocation enables applications to communicate with each other through well-known endpoints in the form of http or gRPC messages. Dapr provides an endpoint that acts as a combination of a reverse proxy with built-in service discovery, while leveraging built-in distributed tracing and error handling.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章