We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a81613 commit e9e754cCopy full SHA for e9e754c
1 file changed
google-cloud-clients/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Publisher.java
@@ -142,7 +142,8 @@ private Publisher(Builder builder) throws IOException {
142
retrySettingsBuilder.setMaxAttempts(Integer.MAX_VALUE);
143
}
144
if (enableMessageOrdering) {
145
- // TODO: is there a way to have the default retry settings for requests without an ordering key?
+ // TODO: is there a way to have the default retry settings for requests without an ordering
146
+ // key?
147
retrySettingsBuilder
148
.setMaxAttempts(Integer.MAX_VALUE)
149
.setTotalTimeout(Duration.ofNanos(Long.MAX_VALUE));
0 commit comments