Versions in this module Expand all Collapse all v0 v0.4.50 Mar 11, 2024 v0.4.49 Mar 11, 2024 Changes in this version + type ConnWaitGroup struct + DialFunc func(context.Context, string, string) (net.Conn, error) + func (g *ConnWaitGroup) Dial(ctx context.Context, network, address string) (net.Conn, error) v0.2.3 May 3, 2019 Changes in this version + func KafkaIsAtLeast(semver string) bool