Stefan Stührmann
Stefan Stührmann
CDCloudflare Developers
Created by Mitya on 1/30/2025 in #queues
Is there a preferred way to simulate
@Pranshu Maheshwari, as I stated before I'm pretty far with extending miniflare to be able to allow local dev. Would you be willing to review my change during the next couple of weeks when I have all the tests ready and last edge cases resolved?
4 replies
CDCloudflare Developers
Created by kimjongillest on 12/12/2024 in #queues
is the best way to segregate HTTP access
So far it's just a little helper to standardize the way of implementing workers consumer from multiple queues and separating concerns.
11 replies
CDCloudflare Developers
Created by kimjongillest on 12/12/2024 in #queues
is the best way to segregate HTTP access
There should be generic middleware support e.g. concretely for drizzle which I need next, also some shortcuts like naming of queues with env-type handling needs to be configurable.
11 replies
CDCloudflare Developers
Created by kimjongillest on 12/12/2024 in #queues
is the best way to segregate HTTP access
This is the starting point, I need to spend a bit more time on it as it's super optimized still on my problem statement. Which was not having an elegant way like Hono does for http to route queues and have a context / type based message api.
11 replies
CDCloudflare Developers
Created by kimjongillest on 12/12/2024 in #queues
is the best way to segregate HTTP access
11 replies
CDCloudflare Developers
Created by kimjongillest on 12/12/2024 in #queues
is the best way to segregate HTTP access
11 replies
CDCloudflare Developers
Created by kimjongillest on 12/12/2024 in #queues
is the best way to segregate HTTP access
@m0c . How you deal with missing local development support. This is so annoying for me, did you solve it also internally?
11 replies
CDCloudflare Developers
Created by kimjongillest on 12/12/2024 in #queues
is the best way to segregate HTTP access
I am working on a "micro-framework" for Cloudflare Queues, thats why I'm interested in it.
11 replies
CDCloudflare Developers
Created by kimjongillest on 12/12/2024 in #queues
is the best way to segregate HTTP access
What is your use-case here? You want to authentificate access to your queues and consume from multiple queues in a single worker?
11 replies
CDCloudflare Developers
Created by Stefan Stührmann on 12/4/2024 in #queues
Local Development · Cloudflare Queues
I started a discussion about the feature / a potential implementation. @Pranshu Maheshwari would be nice if you could point the right people towards this: https://github.com/cloudflare/workers-sdk/discussions/7548
8 replies
CDCloudflare Developers
Created by Stefan Stührmann on 12/4/2024 in #queues
Local Development · Cloudflare Queues
So will try to talk to some people and otherwise just open a PR. If you have anyone in mind to aline on before starting the implementation feel free to connect.
8 replies
CDCloudflare Developers
Created by Stefan Stührmann on 12/4/2024 in #queues
Local Development · Cloudflare Queues
It's particular annoying as the rest of the services are quite good designed for local development. Also looked into the development effort to extend it and it's not that big.
8 replies
CDCloudflare Developers
Created by Kathy on 11/25/2024 in #ai-gateway
i can raise it to anthropic - it would
So for now I took AI Gateway out of the loop for my Anthropic use case as I don't want to implement specific logic to enable / disable AI Gateway caching based on response and rather call Anthropic directly with retry strategy.
2 replies
CDCloudflare Developers
Created by Kathy on 11/25/2024 in #ai-gateway
i can raise it to anthropic - it would
@Kathy I raised the topic with Anthropic and got an answer from their devs: "we don't return 200s for http errors, but a websocket has to return a 200 in the header". This is also their public facing api tons of users already implemented therefore they will not change it.
2 replies