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
With PR #8 changed the behavior of ssl_endpoint_identification_algorithm for the output, now it's empty it disable the truststore but the input keeps the old behavior, nil check instead of empty check:
With PR #8 changed the behavior of
ssl_endpoint_identification_algorithm
for the output, now it's empty it disable the truststore but the input keeps the old behavior, nil check instead of empty check:logstash-integration-kafka/lib/logstash/inputs/kafka.rb
Line 383 in ba70405
--debug
and in log for kafka output appears:while in input keeping always
ssl_endpoint_identification_algorithm => ""
it prints:The text was updated successfully, but these errors were encountered: