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

Add gRPC reflection in FastEndpoints.Messaging.Remote #620

Open
hamaronooo opened this issue Feb 26, 2024 · 1 comment
Open

Add gRPC reflection in FastEndpoints.Messaging.Remote #620

hamaronooo opened this issue Feb 26, 2024 · 1 comment
Labels
enhancement New feature or request up for grabs community contribution is needed for this issue

Comments

@hamaronooo
Copy link

hamaronooo commented Feb 26, 2024

Hello!

Please allow gRPC reflection for FastEndpoints.Messaging.Remote!

That's will be very useful for develop "non-fastendpoints" calls to provided gRPC server by FE lib.
Grpc.AspNetCore.Server package, that you use for FastEndpoints.Messaging.Remote easily allows to add that.

For example please this article from Microsoft docs:
https://learn.microsoft.com/en-us/aspnet/core/grpc/test-tools

With great thanks!

@hamaronooo hamaronooo changed the title Allow gRPC reflection Allow gRPC reflection in FastEndpoints.Messaging.Remote Feb 26, 2024
@hamaronooo hamaronooo changed the title Allow gRPC reflection in FastEndpoints.Messaging.Remote Add gRPC reflection in FastEndpoints.Messaging.Remote Feb 26, 2024
@dj-nitehawk
Copy link
Member

we tried to implement grpc reflection for FastEndpoints.Messaging.Remote but couldn't figure out how.
because it uses some low level components from Grpc.AspNetCore and the non-existence of proto files if i remember correctly.
we're gonna need the help of someone who's more familiar with Grpc.AspNetCore to make this happen i think.

i'll leave this issue open in case someone who's able to make it work will come across this and want to submit a PR.

thanks!

@dj-nitehawk dj-nitehawk added enhancement New feature or request up for grabs community contribution is needed for this issue labels Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request up for grabs community contribution is needed for this issue
Development

No branches or pull requests

2 participants