Compatibility

Kafka Toolkit > com.ibm.streamsx.kafka 3.2.2 > com.ibm.streamsx.kafka > Compatibility

This toolkit is compatible with Kafka brokers version 0.10.2 and later including 2.7.x. This toolkit contains the Kafka client library version 2.5.1.

  • To use Kafka transactions with the KafkaProducer, the Kafka server must be at version 0.11 or higher.
  • To use Zstandard compression with the KafkaProducer, the Kafka server must be at version 2.1 or higher.
  • To use the guaranteeOrdering: true; parameter of the KafkaProducer, the Kafka server must be at version 0.11 or higher.
  • To configure the KafkaConsumer operator as a static consumer group member, the Kafka server must be at version 2.3 or higher.
  • To use the KafkaConsumer operator with Kafka 0.10, isolation.level=read_uncommitted must be configured.

Additional information about restrictions can be found in parameter descriptions for the specific operators.