diff --git a/pkg/kfake/cluster.go b/pkg/kfake/cluster.go index 9e127e07..8ba6467a 100644 --- a/pkg/kfake/cluster.go +++ b/pkg/kfake/cluster.go @@ -77,6 +77,8 @@ func NewCluster(opts ...Opt) (c *Cluster, err error) { minSessionTimeout: 6 * time.Second, maxSessionTimeout: 5 * time.Minute, + + sasls: make(map[struct{ m, u string }]string), } for _, opt := range opts { opt.apply(&cfg)