kp
kp
Hi, API is not fetching score of the match held on 2020-08-15 (Memphis Grizzlies vs Portland Trail Blazers). Match's stats are there in stats.nba.com but not sure why I am...
Hi, I am using v1 and amqp as a broker. While publishing some message I am getting below error. `EnqueueRequest: SendMessage: Publish message error: Failed delivery of delivery tag: 0`...
## What happened? Setting up a cloudwatch alert on metric. But when I am opening the alert in grafana. Getting below error.  but...
I've encountered an issue related to the validation of XML signatures generated and verified using specific canonicalization methods. Below is the template of the XML signature being used: ``` ```...
Hi maintainers, I'd like to propose adding distributed circuit breaker support to Sony/gobreaker by allowing the circuit breaker state (open/closed/half-open) to be stored in an external datastore like Redis. This...
## Overview This pull request introduces a Redis-backed implementation of our circuit breaker pattern. The new `RedisCircuitBreaker` extends the existing `CircuitBreaker` functionality by storing state information in Redis, allowing for...