googleapis / java-pubsub

Apache License 2.0
130 stars 90 forks source link

Message ordering seems to have been broken between 1.125.13 and 1.126.0 #1954

Closed burkedavison closed 7 months ago

burkedavison commented 8 months ago

Customer has raised in ticket in Spring Cloud GCP with a replicator project using the emulator demonstrating an issue with message ordering:

The problem is present in 5.0.1 [bundled with java-pubsub 1.126.0], 5.0.2 [bundled with java-pubsub 1.126.2], 5.0.3 [bundled with java-pubsub 1.126.5], and 5.0.4 [bundled with java-pubsub 1.126.6].

Original issue: https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/2649

michaelpri10 commented 8 months ago

@burkedavison This was an issue that required an update in the Pub/Sub emulator that was fixed in version 0.8.12 of the Pub/Sub emulator. Could you ask the customer to upgrade their version of the emulator?

michaelpri10 commented 7 months ago

Per this comment, the user confirmed that upgrading the emulator version fixed the message ordering issue.