Is there a way to implement rate limiting directly...
# ktor
r
Is there a way to implement rate limiting directly in the Ktor Client? (For APIs with rate limits)
c
@e5l
Rate limit is planned. Don't thinks it's that easy to implement
e
Btw you can implement it as a feature
r
I guess yeah
But yeah it’s not an easy task, using a feature seems even harder
It’s simpler to implement a queue in the service which uses the client I think
s
That's what I ended up doing, Gael
👍 1