-
Notifications
You must be signed in to change notification settings - Fork 177
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
add Querier #1591
add Querier #1591
Conversation
PR missing one of the required labels: {'enhancement', 'dependencies', 'new feature', 'internal', 'documentation', 'breaking-change', 'bug'} |
59f74fd
to
71d83cb
Compare
71d83cb
to
09aef56
Compare
4245fdd
to
9a8e894
Compare
a67ea5b
to
8e2659b
Compare
e5f9624
to
ffc7f5e
Compare
ffc7f5e
to
07795fa
Compare
cd9092e
to
0dd0b1c
Compare
2c3df76
to
c54ed52
Compare
add flag to enable/disable matching listener in the z_pub and z_querier examples;
The API LGTM. Could you also add a test for the |
eb26387
to
4fb9091
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. The only change needed: Querier
should be released under "unstable" feature for the first time, it's too risky to release it to stable API immediately
2f1900a
to
1ba9acc
Compare
1ba9acc
to
d2dd912
Compare
Add Querier;
Adapt MatchingStatus and MatchingListener to work with Querier;
Closes #1605;