wiremock / wiremock-grpc-extension

WireMock Extension: gRPC mocking
https://wiremock.org/docs/grpc/
Apache License 2.0
14 stars 8 forks source link

Use the configured Notifier to log messages #77

Open fisco-unimatic opened 3 months ago

fisco-unimatic commented 3 months ago

The GrpcHttpServerFactory passes the configured notifier into the GrpcFilter. The GrpcFilter stores that as a new field, and then passes it on to the handlers that it builds. The handlers also store the notifier as a new field, and then set the it in the LocalNotifier thread-local before invoking stubRequestHandler.handle.

References

Issue#38 verbose console output

Submitter checklist