mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user