Provides test support utilities for Spring Kafka applications, including embedded Kafka broker and test templates.
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka-test</artifactId>
<version>4.0.5</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Start an embedded Kafka broker for integration testing.
Configure broker properties to use random ports or specify non-default ports.
No dependency data recorded yet.