Revert "common/kafka: disable client telemetry"
Some checks failed
CI / 🤖 Check dependabot status (push) Has been cancelled
CI / 🐧 Test on Linux (${{ github.ref_type == 'tag' }}, misc) (push) Has been cancelled
CI / 🐧 Test on Linux (coverage) (push) Has been cancelled
CI / 🐧 Test on Linux (regular) (push) Has been cancelled
CI / ❄️ Build on Nix (push) Has been cancelled
CI / 🍏 Build and test on macOS (push) Has been cancelled
CI / 🧪 End-to-end testing (push) Has been cancelled
CI / 🔍 Upload code coverage (push) Has been cancelled
CI / 🔬 Test only Go (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 20) (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 22) (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 24) (push) Has been cancelled
CI / ⚖️ Check licenses (push) Has been cancelled
CI / 🐋 Build Docker images (push) Has been cancelled
CI / 🐋 Tag Docker images (push) Has been cancelled
CI / 🚀 Publish release (push) Has been cancelled

This reverts commit c2b7754c15. This is
fixed in franz-go 1.20.5.
This commit is contained in:
Vincent Bernat
2025-11-24 18:13:13 +01:00
parent cfb2023baf
commit 8886f4a212

View File

@@ -78,7 +78,6 @@ func NewConfig(r *reporter.Reporter, config Configuration) ([]kgo.Opt, error) {
kgo.SeedBrokers(config.Brokers...),
kgo.ClientID(fmt.Sprintf("akvorado-%s", helpers.AkvoradoVersion)),
kgo.WithLogger(NewLogger(r)),
kgo.DisableClientMetrics(),
}
// TLS configuration