Patrick Huber
Patrick Huber
Can you look at pull request #6 and see if you run into issues? I tested the muti-region but haven't had a chance to test the single region.
@artursouza after our conversation last week, I have created a sample implementation of this as well. @jjcollinge I like your implementation. It uses grpc services that are running externally correct?...
Wonderful! I'm going to continue with some of the other plugin samples in other languages. I think python will be next because there is already a sample in the go-plugin...
I finished up the node and python examples. https://github.com/patrickhuber/components-contrib/tree/master/state/plugin/fixtures/state/
Ok. I put it on my calendar, I'll try my best to be there. On Mon, Jan 10, 2022, 8:01 PM Yaron Schneider ***@***.***> wrote: > I finished up the...
There is also an opportunity to scope plugins in more of a provider model. So one plugin could provide multiple different services. I drew up a visual representation. The language...
Thanks :) I can think of three execution contexts: 1. Running on a machine without docker/containerd 2. Running on a machine with docker/containerd 3. Running in a kubernetes cluster Does...
~~So it appears the go-plugin library supports reattaching to an already running plugin. So that should make it possible to connect to a plugin no matter where it resides (assuming...
Yes, you will need to compile for the target platform for static binaries. That can be part of the convention when loading the plugin, probably would need GOARCH as well....
Does it make sense to have a CRD for Plugins? I noticed when trying to integrate into Dapr core that I was coupling the component with the plugin definition, but...