Questions tagged [golang]

The term sometimes used for the Go Programming Language, since searching for just Go is usually too broad.

42 questions
1
vote
1 answer

How to solve duplicate request with Distributed Lock Management in Golang

I’m trying to test concurrently request (brute force test), with 1000 request/sec (same request id). I’m using Rest API. The service running on distributed system, I’m using 3 pods. The problem is I got duplication when inserting data, because we…