-
Notifications
You must be signed in to change notification settings - Fork 179
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
CLI: add support for Polling Endpoint Consumers #1833
base: main
Are you sure you want to change the base?
Conversation
3335022
to
676c209
Compare
Adds support for using `v1.events-public.consumer` and `v1.events-public.consumer-seek`, but gated behind a `svix_beta` cargo feature.
676c209
to
c26e0cc
Compare
We should probably rename the endpoint to something like |
Yeah, this is specifically why I only exposed this in the rust client and only behind the |
Looks like @svix-mman is not yet a code owner here 🤔 |
I think it's because I pushed the fix for |
Oh! I didn't realize you pushed to my branch. I thought you merged that to |
My apologizes, I guess it's was not the correct etiquette. 😓 |
Adds support for using
v1.events-public.consumer
andv1.events-public.consumer-seek
, but gated behind asvix_beta
cargo feature.