grpc-dotnet icon indicating copy to clipboard operation
grpc-dotnet copied to clipboard

How to determine from the perspective of client or a server interceptor that an endpoint is deprecated?

Open bartosz-jarmuz opened this issue 11 months ago • 0 comments

Hello, I have some endpoints which I marked as 'deprecated'. Is it possible to see that from the perspective of a client calling the endpoint? Also, is it possible to see that the endpoint that is being called is deprecated within a server side interceptor?

Regards, Bartosz

bartosz-jarmuz avatar Mar 19 '24 14:03 bartosz-jarmuz