Skip to content

Commit dcabe89

Browse files
committed
---
yaml --- r: 35285 b: refs/heads/pubsub-ordering-keys c: e9e754c h: refs/heads/master i: 35283: 62f0d1b
1 parent 895db1e commit dcabe89

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

  • branches/pubsub-ordering-keys/google-cloud-clients/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ refs/tags/v0.72.0: a7703f2593ba312c0b2dde6fdfd4f5c764bb55ac
155155
refs/tags/v0.73.0: 21241ea8be9439cc5764c4944cdce21d34ce4f9e
156156
refs/tags/v0.74.0: 9d1f733dbbf790de7b494418523b69c4a9a57638
157157
refs/heads/ignoretest: 23c412ae07af3d0ab1caa2d44d5bc5c0ccb8b31d
158-
refs/heads/pubsub-ordering-keys: 5a81613ddec372b6848806d09c69b337c1ad76f3
158+
refs/heads/pubsub-ordering-keys: e9e754c79f3b6686ca4180b0fe13146000ad2b71
159159
refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
160160
refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032
161161
refs/tags/v0.77.0: 28a85a77883ccf5d48f297fd0ef3b3dca6ce01f0

branches/pubsub-ordering-keys/google-cloud-clients/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Publisher.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ private Publisher(Builder builder) throws IOException {
142142
retrySettingsBuilder.setMaxAttempts(Integer.MAX_VALUE);
143143
}
144144
if (enableMessageOrdering) {
145-
// TODO: is there a way to have the default retry settings for requests without an ordering key?
145+
// TODO: is there a way to have the default retry settings for requests without an ordering
146+
// key?
146147
retrySettingsBuilder
147148
.setMaxAttempts(Integer.MAX_VALUE)
148149
.setTotalTimeout(Duration.ofNanos(Long.MAX_VALUE));

0 commit comments

Comments
 (0)