You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Description
Remove the hook that guesses that TLS is misconfigured, since franz-go
now warns on the same scenario. See
open-telemetry#40145 (comment)
#### Link to tracking issue
N/A
#### Testing
Updated tests
#### Documentation
N/A
"failed to connect to broker, it may require TLS but TLS is not configured",
167
+
// franz-go logs this warning message:
168
+
"read from broker received EOF during api versions discovery, which often happens when the broker requires TLS and the client is not using it (is TLS misconfigured?)",
0 commit comments