Skip to content

refactor: QueueManager/Queue interfaces#7652

Merged
natemort merged 1 commit intocadence-workflow:masterfrom
ribaraka:introduce-q-store-interface
Jan 29, 2026
Merged

refactor: QueueManager/Queue interfaces#7652
natemort merged 1 commit intocadence-workflow:masterfrom
ribaraka:introduce-q-store-interface

Conversation

@ribaraka
Copy link
Contributor

What changed?
Persistence queue manager and store APIs were updated to request/response patterns, and renamed to QueueStore to align with the rest of interfaces.

Why?
#7632

How did you test it?
unit tests

Potential risks

Release notes

Documentation Changes

…onse patterns, and renamed to QueueStore to align with the rest of interfaces.

Signed-off-by: Stanislav Bychkov <stanislb@netapp.com>
if err != nil {
return err
}
if queueMetadata == nil {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@natemort natemort merged commit 1507acc into cadence-workflow:master Jan 29, 2026
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants