我使用默认设置1和下面的配置
http {
format=>"message"
http_method=>"post"
url=>"xxx"
message=>'xxx'
}哪一个
retry_failed = true
automatic_retries = 1
retry_non_idempotent = false我发现失败的POST请求正在被无限重试。我的理解正确吗?
https://stackoverflow.com/questions/64044436
复制相似问题