-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message ordering seems broken starting with 5.0.1 #2649
Comments
This issue looks very similar to a recently resolved pubsub client issue: googleapis/java-pubsub#1889 @ls-urs-keller : When I tried replicating with your project using the production service (not the emulator), I got the following error due to the
When I manually created the PubSubTemplate with a PublisherFactory that set Have you ensured that the publisher being created by the Autowired PubSubTemplate in your example is enabling message ordering? |
@burkedavison I'm setting the property |
I've created a ticket in the java-pubsub repository to see if someone from that team can take a look. |
@ls-urs-keller : Feedback from the maintainers of Pub/Sub:
|
@burkedavison Thank you. I can confirm bumping the emulator container to |
Describe the bug
When switching from 5.0.0 to 5.0.1 there seems to be a problem with message ordering.
The problem is present in 5.0.1, 5.0.2, 5.0.3 and 5.0.4.
We are using Spring 3.2.3, Spring cloud 2023.0.0, java 21
Sample
I have created a demonstrator project here: https://github.com/ls-urs-keller/pubsub-message-ordering-problem
It has multiple maven profiles that allow you to run:
Please refer to the readme.md of the project
The text was updated successfully, but these errors were encountered: