Filebeats and Kafka versions

When will 10.2.0 be supported? We were able to connect to it by lying about the version, but then SSL failed when we tried to enable. We are dropping back to a supported version, but causing some dependency ripples .

SSL failure should not depend on kafka version. The kafka protocol sits on top of the TLS/SSL protocol. There have been some updates to the wire protocol (which should not affect producers I think). Plus, the kafka brokers are normally backwards compatible in the kafka protocol usage as well (every protocol Message type is versioned).

You can follow progress on this github issue.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.