Skip to content

Feature Release

Compare
Choose a tag to compare
@Crim Crim released this 13 Dec 02:32
· 28 commits to master since this release

3.1.0 (12/13/2018)

  • Officially support Kafka 2.0.x
  • KafkaTestUtils.produceRecords() and its variants now set producer configuration "acks" to "all"
  • Update Kafka-JUnit5 junit dependency from 5.1.1 to JUnit 5.3.2
  • Kafka Connection Strings now include the protocol prefix.
  • Default configured host changed from '127.0.0.1' to 'localhost'
  • Add support for registering PLAINTEXT, SSL, SASL_PLAIN, and SASL_SSL listeners on internal kafka brokers. See module READMEs for more details and usage instructions.