Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the library work with GRPC #74

Open
SeanFarrow opened this issue Dec 28, 2019 · 1 comment
Open

Make the library work with GRPC #74

SeanFarrow opened this issue Dec 28, 2019 · 1 comment

Comments

@SeanFarrow
Copy link

This may already work, but if it does not, it would be nice if the library worked with GRPC.

If it does, it would be nice to have a sample.

@SeanFarrow SeanFarrow changed the title Make hte library work with GRPC Make the library work with GRPC Dec 28, 2019
@stevejgordon
Copy link
Owner

@SeanFarrow This should work without any changes for incoming IDs as everything still works on top of ASP.NET Core and middleware regardless of whether the app handles gRPC requests or HTTP calls.

For passing the ID onto a downstream gRPC service, the new delegating handler for the 3.0.0 preview should work too, since gRPC client is based on HttpClient. It will just need to be added to the handler chain.

I'll review whether a separate sample is necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants