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
Would it be helpful to introduce the GRPC connection's default metadata, which could be automatically passed by default to the places that support metadata (unary's invoke, stream's, reflection calls)? In case of the presence of in-line metadata, they should have priority.
Feature Description
Reflection call on grpc Connect don`t support metadata.
https://github.com/grafana/k6/blob/master/js/modules/k6/grpc/client.go#L263
Current params parsing
https://github.com/grafana/k6/blob/master/js/modules/k6/grpc/client.go#L495-L583
Suggested Solution (optional)
Add to reflection context the metadata from params argument
Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered: