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
io.micronaut.gcp:micronaut-gcp-pubsub:5.4.1 uses com.google.cloud:google-cloud-pubsub:1.126.1, which has the bug. Forcing an upgrade of that solved the issue for us:
This should already be resolved in micronaut-platform 4.4.0, which brings in micronaut-gcp-pubsub 5.5.0, which brings in google-cloud-pubsub 1.128.0, which contains the fix for this issue.
Expected Behavior
Messages published with an ordering key to a single region should be handled in order for subscriptions with message ordering enabled.
Actual Behaviour
After upgrading Micronaut from 3.8.10 to 4.3.7, subscribers started receiving messages out of order.
The root cause seems to be in com.google.cloud:google-cloud-pubsub: googleapis/java-pubsub#1889
io.micronaut.gcp:micronaut-gcp-pubsub:5.4.1 uses com.google.cloud:google-cloud-pubsub:1.126.1, which has the bug. Forcing an upgrade of that solved the issue for us:
Steps To Reproduce
See googleapis/java-pubsub#1889
Environment Information
No response
Example Application
No response
Version
4.3.7
The text was updated successfully, but these errors were encountered: