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

Created adapter layer to use Segmented queues #704

Merged

Conversation

andsel
Copy link
Collaborator

@andsel andsel commented Jan 15, 2023

What the PR does

Wraps the segmented queues into session queues. This storage engine could b enabled with configuration persistent_queue_type setting, which accepts h2 or segmented, defaulting to segmented if option is not specified.
Added close method to session registry to flush all the meta information that compose checkpoint file of segmented queues.

@andsel andsel marked this pull request as ready for review January 20, 2023 17:09
@andsel
Copy link
Collaborator Author

andsel commented Jan 20, 2023

@hylkevds with this PR the segmented queues are usable from the broker.

@andsel andsel merged commit b8438e6 into moquette-io:main Jan 21, 2023
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