Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(appmesh): add timeout support to Routes #11973

Merged
merged 18 commits into from
Dec 15, 2020

Conversation

skiyani
Copy link
Contributor

@skiyani skiyani commented Dec 10, 2020

Add support to http/http2/grpc/tpc route timeouts.

Reference links for HttpTimeout, GrpcTimeout, and TcpTimeout. (Http2 uses the HttpTimeout object).

closes #11643


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link

gitpod-io bot commented Dec 10, 2020

@github-actions github-actions bot added the @aws-cdk/aws-appmesh Related to AWS App Mesh label Dec 10, 2020
Copy link
Contributor

@skinny85 skinny85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good @skiyani , thanks for the contribution! Some minor comments about reducing duplication, and some unnecessary test changes.

packages/@aws-cdk/aws-appmesh/lib/route-spec.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-appmesh/lib/route-spec.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-appmesh/test/test.virtual-router.ts Outdated Show resolved Hide resolved
@mergify mergify bot dismissed skinny85’s stale review December 10, 2020 18:59

Pull request has been modified.

Copy link
Contributor

@skinny85 skinny85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're getting there! A few minor comments still.

packages/@aws-cdk/aws-appmesh/lib/route-spec.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-appmesh/lib/route-spec.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-appmesh/lib/route-spec.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-appmesh/test/test.route.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-appmesh/test/test.virtual-router.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-appmesh/test/test.virtual-router.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-appmesh/test/test.virtual-router.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-appmesh/test/test.virtual-router.ts Outdated Show resolved Hide resolved
@mergify mergify bot dismissed skinny85’s stale review December 11, 2020 23:52

Pull request has been modified.

@skinny85
Copy link
Contributor

@skiyani looks like you left some trailing whitespace, and the build is failing.

skinny85
skinny85 previously approved these changes Dec 15, 2020
Copy link
Contributor

@skinny85 skinny85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great @skiyani , thanks for the contribution!

@mergify mergify bot dismissed skinny85’s stale review December 15, 2020 01:13

Pull request has been modified.

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: 1924051
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Dec 15, 2020

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify
Copy link
Contributor

mergify bot commented Dec 15, 2020

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 78c185d into aws:master Dec 15, 2020
flochaz pushed a commit to flochaz/aws-cdk that referenced this pull request Jan 5, 2021
Add support to http/http2/grpc/tpc route timeouts. 

Reference links for [HttpTimeout](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httptimeout.html), [GrpcTimeout](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpctimeout.html), and [TcpTimeout](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-tcptimeout.html). (Http2 uses the HttpTimeout object).

closes aws#11643

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-appmesh Related to AWS App Mesh
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[appmesh] implement Route Timeout feature
3 participants