move from v4 enabled tracer && added fieldalignment struct && upd deps
Some checks failed
lint / lint (pull_request) Failing after 1m41s
test / test (pull_request) Failing after 18m1s

This commit is contained in:
2025-05-20 14:22:58 +03:00
parent 69fe6994ae
commit 8475922d42
6 changed files with 52 additions and 43 deletions

6
kgo.go
View File

@@ -60,15 +60,15 @@ type Broker struct {
c *kgo.Client
connected *atomic.Uint32
done chan struct{}
kopts []kgo.Opt
subs []*Subscriber
opts broker.Options
sync.RWMutex
init bool
done chan struct{}
init bool
}
func (r *Broker) Live() bool {