Peter Huene

Results 177 comments of Peter Huene
trafficstars

We need to implement the [`DurableEntityClient` input binding](https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-bindings#entity-client).

We'll need to expose the cookies via the `HttpRequest` request binding. The rest of the changes should be a no-op for us.

Would you like to take a crack at this? We'll need to update the protobuf submodule and then build the `azure-functions-shared` crate with the `compile_protobufs` feature to regenerate the Rust...

@t-eckert I've assigned this one to you given your interest. I can handle updating my fork of the Azure Functions protocol repo so that we have the latest changes from...

You can look to `HttpRequest` and `HttpResponse`, both of which wrap the underlying `RpcHttp` type. Look to the [RpcHttpCookie type](https://github.com/Azure/azure-functions-language-worker-protobuf/commit/e6d2059d2476fb4fcc31b3b277e0a23501c88745#diff-1c2434b7993afcf1c64ef79825d5c027R380) to figure out what we need to expose. In this...

@t-eckert how's this work proceeding? Let me know if you need any assistance.

I'll have some time tomorrow around noon PST if that works for you. If not, hit me up on Teams and hopefully I'll be free.

I'd like to get #346 fixed first as I think that would make it easier to implement this change. For #346, I think we should basically pull the data out...

I'm doing this as part of #346.