tune-kafka targets to ensure timeout triggers on hung brokers (#17898)

hung brokers can cause slowness to the entire system
when many callers are hung, leading to large goroutine
build-up.
This commit is contained in:
Harshavardhana
2023-08-22 20:26:35 -07:00
committed by GitHub
parent 7c8746732b
commit adb8be069e
7 changed files with 61 additions and 270 deletions

View File

@@ -20,7 +20,7 @@ package kafka
import (
"crypto/sha512"
"github.com/Shopify/sarama"
"github.com/IBM/sarama"
"github.com/xdg/scram"
"github.com/minio/minio/internal/hash/sha256"