yarpc / yarpc-go

A message passing platform for Go
MIT License
401 stars 101 forks source link

Enable `rpc-caller-procedure` via outbound middleware #2240

Closed tibrewalricha closed 4 months ago

tibrewalricha commented 6 months ago

Enable setting rpc-caller-procedure via populating the CallerProcedure field in the yarpc outbound middleware.

This PR reverts a previous commit where the caller procedure was disabled. The fix has been landed and we can now safely populate the new field.

Fixes https://github.com/yarpc/yarpc-go/issues/2231

CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.