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
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.