Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
f4f8793686 | |||
ec4922ad8b |
4
kgo.go
4
kgo.go
@@ -142,12 +142,10 @@ func (k *Broker) connect(ctx context.Context, opts ...kgo.Opt) (*kgo.Client, *ho
|
|||||||
}
|
}
|
||||||
return nil, nil, err
|
return nil, nil, err
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
k.connected.Store(1)
|
k.connected.Store(1)
|
||||||
|
|
||||||
return c, htracer, nil
|
return c, htracer, nil
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func (k *Broker) Connect(ctx context.Context) error {
|
func (k *Broker) Connect(ctx context.Context) error {
|
||||||
if k.connected.Load() == 1 {
|
if k.connected.Load() == 1 {
|
||||||
|
Reference in New Issue
Block a user