You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a proto if we define a service with 2 rpc's, both having an additional_bindings then only the last additional_bindings is being honored while generating swagger documentation. The other rpc's additional bindings are totally missing.
In a proto if we define a service with 2 rpc's, both having an
additional_bindings
then only the lastadditional_bindings
is being honored while generating swagger documentation. The other rpc's additional bindings are totally missing.The corresponding Swagger generated contains only one Alternative Binding (
StreamUser2
is present, binding forDeleteUser2
is missing).Sample Proto File is available here
Sample Swagger Json is available here
The text was updated successfully, but these errors were encountered: