Conversation
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
|
Thanks for doing this. However, we don't need an interface for a proto service, as that will be implementation-dependent. We just need to expand the existing interfaces in |
As LookupActor etc. calls would be now handled by a separate service, won't we require RPCs for those? |
|
Yes we will need RPCs but I think those should not be exposed to Dapr. Because different implementations will need separate stuff: for example, Placement in v1 is "push-based" (disseminates data ahead of time), while in v2 it's "pull-based" (responds to queries on demand). Let's chat tomorrow, I'll show you what I think! |
Description
Adding an initial draft of v2 version of Placement/Actors Service Interface.
Still need to update Makefile to generate protos from a v2 version.
Still need to update helm charts to load appropriate service and corresponding component, if associated with the Control Plane Service.
Issue reference
Please reference the issue this PR will close: #[issue number]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: