Closed Ashad-h closed 2 weeks ago
This is awesome! Now that you are at it might as well include the compression middleware? https://hono.dev/docs/middleware/builtin/compress
Do you have a way to benchmark the gateway latency to see the impact of this ?
Not for local development, no. I usually recommend using drill for this. I might write add a benchmark for the api to the repo at some point.
Create different redis host for rate limit (I'm using QUEUE_HOST for now)
Use de cache host instead (core exports a cache method to instantiate the redis client to the cache).
There is no need to set different rate limits per subscription for now
This is awesome! Now that you are at it might as well include the compression middleware? https://hono.dev/docs/middleware/builtin/compress
The compress middleware is breaking the token streaming in the playground, I don't understand why
The compress middleware is breaking the token streaming in the playground, I don't understand why
:/ no wrorries then, i will take at look at it at some point
Fix #450
TODO
Question