Skip to content
#

sidecar

Here are 154 public repositories matching this topic...

dapr
seeflood
seeflood commented Dec 13, 2021

TLDR

本提案想让开源Layotto 既支持 Layotto API,又支持Dapr API。类似于“Minio 既支持Minio API,又支持AWS S3 API”

想解决的问题

  1. 目前,我们尽量保证Layotto API 里各个字段定义的和Dapr一样,但用户真正关心的是两者sdk能否复用。虽然我们努力保证proto字段一致,但只要不能复用sdk就没解决用户的问题,还给自己增加维护成本。
    比如:
    image
    因此,我们想让Layotto直接支持Dapr的grpc API (一模一样,包括 package名),对于用户来说,他可以用Dapr s

Improve this page

Add a description, image, and links to the sidecar topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sidecar topic, visit your repo's landing page and select "manage topics."

Learn more