We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6056fe2 commit 202f6b3Copy full SHA for 202f6b3
spring-kafka-docs/src/main/antora/modules/ROOT/pages/testing.adoc
@@ -275,7 +275,7 @@ public class KafkaStreamsTests {
275
276
@Configuration
277
@EnableKafkaStreams
278
- public static class KafkaStreamsConfiguration {
+ public static class TestKafkaStreamsConfiguration {
279
280
@Value("${" + EmbeddedKafkaBroker.SPRING_EMBEDDED_KAFKA_BROKERS + "}")
281
private String brokerAddresses;
0 commit comments