uber / zanzibar

A build system & configuration system to generate versioned API gateways.
MIT License
464 stars 68 forks source link

grpc outgoing event #929

Closed shivam-srivastava28 closed 8 months ago

shivam-srivastava28 commented 8 months ago
  1. Shouldn't the headers be map[string][]string?
  2. How will these events be used?
  1. Headers returned from yarpc is in map[string]string format.
  2. These events will be used in edge-gateway by a yarpc middleware.