Join Slack
Powered by
Is there a way to implement rate limiting directly...
# ktor
r
ribesg
09/20/2019, 10:57 AM
Is there a way to implement rate limiting directly in the Ktor Client? (For APIs with rate limits)
c
cy
09/20/2019, 11:00 AM
@e5l
cy
09/20/2019, 11:00 AM
Rate limit is planned. Don't thinks it's that easy to implement
e
e5l
09/20/2019, 11:01 AM
Btw you can implement it as a feature
r
ribesg
09/20/2019, 11:05 AM
I guess yeah
ribesg
09/20/2019, 11:06 AM
But yeah it’s not an easy task, using a feature seems even harder
ribesg
09/20/2019, 11:06 AM
It’s simpler to implement a queue in the service which uses the client I think
s
serebit
09/20/2019, 2:04 PM
That's what I ended up doing, Gael
👍 1
20
Views
Open in Slack
Previous
Next