channel path — direct call, no sidecar

order-service calls payment-service directly with RequestToChannel, and the framework distributes the peer

channel path — direct call, no sidecar order-service calls payment-service directly with RequestToChannel, and the framework distributes the peer RequestToChannel(...) channel location resolved via a location-store row reply order-service · Sequence participant order-service payment-service · Sequence participant payment-service

Direct call

  • • Full call: RequestToChannel(commerce, payments, Charge) — the framework distributes the peer.
  • • order-service calls payment-service directly, with no sidecar. The location is resolved via a location-store row, and the framework distributes the peer.