Skip to content

Unify ZFUNCTION and ZSTREAM into a single concept#1377

Merged
jfallows merged 10 commits intoaklivity:developfrom
akrambek:feature/zfunction-2
Jan 23, 2025
Merged

Unify ZFUNCTION and ZSTREAM into a single concept#1377
jfallows merged 10 commits intoaklivity:developfrom
akrambek:feature/zfunction-2

Conversation

@akrambek
Copy link
Contributor

Description

Unify ZFUNCTION and ZSTREAM into a single concept

Fixes #1376

DROP_ZVIEW_COMMAND("DROP ZVIEW".getBytes()),
DROP_ZFUNCTION_COMMAND("DROP ZFUNCTION".getBytes()),
SHOW_ZTABLES_COMMAND("SHOW ZTABLES".getBytes()),
SHOW_ZSTREAMS_COMMAND("SHOW ZSTREAMS".getBytes()),
Copy link
Contributor

Choose a reason for hiding this comment

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

Can remove SHOW_ZSTREAMS_COMMAND, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops missed thanks

@jfallows jfallows merged commit 5b6a1e3 into aklivity:develop Jan 23, 2025
5 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.

Unify ZFUNCTION and ZSTREAM into a single concept

2 participants