-
Notifications
You must be signed in to change notification settings - Fork 14
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
[new rule] producers must specify order guarantee in AsyncAPI spec #19
Comments
Comment historyMar 16, 2022 by @thake
Mar 16, 2022 by @thake
Mar 16, 2022 by @maxedenharter0507
Mar 16, 2022 by @thake
Mar 17, 2022 by @slinstaedt
Mar 18, 2022 by @thake
Mar 18, 2022 by @slinstaedt
Mar 25, 2022 by @thake
Mar 30, 2022 by @thake
Mar 30, 2022 by @thake
|
(i) This issue has been manually transferred from a former internal repository, as a private repository issue cannot be transferred to a public repository.
Context
If the producer guarantees that messages are not sent out-of-order, consumers can more easily consume topics.
This ticket explores if this needs to be part of the contract between the producer and consumer (i.e. AsyncAPI spec).
The text was updated successfully, but these errors were encountered: