Skip to content
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

Allocate producer/consumer IDs with a sequence #478

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

acogoluegnes
Copy link
Contributor

Instead of using the first available ID. This reduces the concurrency between the reuse of IDs, which
could make the broker return "late" publish confirms for a stable publisher ID.

We adopt the same reasoning for consumers, for consistency.

Instead of using the first available ID. This reduces
the concurrency between the reuse of IDs, which
could make the broker return "late" publish confirms
for a stable publisher ID.

We adopt the same reasoning for consumers, for consistency.
@acogoluegnes acogoluegnes added this to the 0.15.0 milestone Dec 18, 2023
@acogoluegnes acogoluegnes merged commit 0d3f9e1 into main Dec 18, 2023
3 checks passed
@acogoluegnes acogoluegnes deleted the allocate-producer-consumer-ids-in-sequence branch December 18, 2023 15:54
github-actions bot pushed a commit that referenced this pull request Dec 18, 2023
…in-sequence

Allocate producer/consumer IDs with a sequence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant