Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

adds support for propagating grpc server-side cancellations #844

Merged
merged 11 commits into from Jul 11, 2019

Commits on Jul 10, 2019

  1. Configuration menu
    Copy the full SHA
    c26e0f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37486ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5684e1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5abe4f3 View commit details
    Browse the repository at this point in the history
  5. avoids overloading the id field in CourierRequest

    introduces separate variant field to determine cancellation operation
    adds unary server exit case
    cleans up return values from the grpc client
    adds assertion on grpc health check response body
    shamsimam committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    accf7dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    781ab21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7aa4a15 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. initializes grpc client result Status to UNKNOWN instead of OK

    asserts on individual fields on the ping response
    shamsimam committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    de02079 View commit details
    Browse the repository at this point in the history
  2. improves assertion messages

    avoids warnings due to presence of overloaded methods in grpc client
    shamsimam committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    62dc8bf View commit details
    Browse the repository at this point in the history
  3. improves assertion messages

    avoids warnings due to presence of overloaded methods in grpc client
    adds correlation-id to logs from grpc client
    shamsimam committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    1809d61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fde4058 View commit details
    Browse the repository at this point in the history