Redis – Data structure to manage a maximum number of requests per minute for an api
I need to send data to an external api, but this API has a limit of requests per endpoint(i.e: 60 requests per minute). The data come from Kafka, then every message goes to redis(because I can send a request with…