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

Add bindings for metrics functions #125

Open
gavv opened this issue Jun 17, 2024 · 0 comments
Open

Add bindings for metrics functions #125

gavv opened this issue Jun 17, 2024 · 0 comments
Labels
api Changes in public API good first issue Good for newcomers help wanted Contributions are welcome

Comments

@gavv
Copy link
Member

gavv commented Jun 17, 2024

Follow-up for #118.

We need to add bindings for C functions roc_sender_query() (becomes Sender.Query() in Go) and roc_receiver_query() (becomes Receiver.Query() in Go).

New functions should be covered with simple tests (errors path and OK path).

Documentation for C API can be found here: https://roc-streaming.org/toolkit/docs/api/reference.html

C headers are here: sender.h, receiver.h.

@gavv gavv added help wanted Contributions are welcome good first issue Good for newcomers api Changes in public API labels Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Changes in public API good first issue Good for newcomers help wanted Contributions are welcome
Projects
None yet
Development

No branches or pull requests

1 participant