Compare commits

...

1 Commits

Author SHA1 Message Date
8c362fd6ae fixup panic
Some checks failed
codeql / analyze (go) (push) Failing after 49s
build / test (push) Failing after 4m53s
build / lint (push) Successful in 9m29s
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2024-12-05 09:53:40 +03:00

1
kgo.go
View File

@@ -460,6 +460,7 @@ func NewBroker(opts ...broker.Option) *Broker {
} }
return &Broker{ return &Broker{
connected: &atomic.Uint32{},
opts: options, opts: options,
kopts: kopts, kopts: kopts,
} }