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
[storage] Fix Kafka TLS configuration when tls.enabled is missing
This change fixes the Kafka TLS configuration to work correctly when tls.enabled
flag is not provided but authentication=tls is set. Previously, TLS would not
be enabled in this case.
Changes:
- TLS is now properly configured when authentication=tls, regardless of tls.enabled
- Maintains backward compatibility with existing tls.enabled flag
- Sets explicit insecure mode only when TLS is intentionally disabled
Testing:
- Added unit tests for TLS configuration scenarios
- Verified with local Kafka cluster using TLS authentication
- Tested with HotROD example application
Resolvesjaegertracing#6744
Signed-off-by: Amol Verma <[email protected]>
0 commit comments