You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/pubsub-ordering-keys/google-cloud-clients/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Publisher.java
+10-18Lines changed: 10 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,6 @@ public ApiFuture<String> publish(PubsubMessage message) {
220
220
List<OutstandingBatch> batchesToSend;
221
221
messagesBatchLock.lock();
222
222
try {
223
-
// Check if the next message makes the current batch exceed the max batch byte size.
0 commit comments