Skip to content

add-max-retry-property-support #2062

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

Merged

Conversation

AntonZarutsky
Copy link

@AntonZarutsky AntonZarutsky commented May 15, 2017

RetrySettings contain property maxAttempt which is not used by Publisher.
Added support for maxAttempt, which gives developer control a bit more over retries.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 15, 2017
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 779f526 on AntonZarutsky:add-max-retry-property-support into ** on GoogleCloudPlatform:master**.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 779f526 on AntonZarutsky:add-max-retry-property-support into ** on GoogleCloudPlatform:master**.

@garrettjonesgoogle garrettjonesgoogle requested a review from pongad May 16, 2017 15:42
Copy link
Contributor

@pongad pongad left a comment

Choose a reason for hiding this comment

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

Thank you for this! Some style comments, but otherwise LGTM.

@@ -343,6 +420,8 @@ public void testPublishFailureRetries_nonRetryableFailsImmediately() throws Exce
}
}



This comment was marked as spam.

import io.grpc.ManagedChannel;
import io.grpc.Status;
import org.threeten.bp.Duration;

This comment was marked as spam.

This comment was marked as spam.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 00582b8 on AntonZarutsky:add-max-retry-property-support into ** on GoogleCloudPlatform:master**.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 49b4e32 on AntonZarutsky:add-max-retry-property-support into ** on GoogleCloudPlatform:master**.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 49b4e32 on AntonZarutsky:add-max-retry-property-support into ** on GoogleCloudPlatform:master**.

@pongad pongad merged commit 97f6164 into googleapis:master May 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants