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
Copy file name to clipboardExpand all lines: spring-kafka-docs/src/main/antora/modules/ROOT/pages/testing.adoc
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,8 @@ If this is not possible for some reason, note that the `consumeFromEmbeddedTopic
56
56
Since it does not have access to the consumer properties, you must use the overloaded method that takes a `seekToEnd` boolean parameter to seek to the end instead of the beginning.
57
57
====
58
58
59
-
NOTE: The `EmbeddedKafkaRule` JUnit 4 rule has been removed in version 4.0. For JUnit 4, you should use the `EmbeddedKafkaKraftBroker` directly or migrate to JUnit 5 with the `@EmbeddedKafka` annotation.
59
+
NOTE: The `EmbeddedKafkaRule` JUnit 4 rule has been removed in version 4.0.
60
+
For JUnit 4, you should use the `EmbeddedKafkaKraftBroker` directly or migrate to JUnit 5 with the `@EmbeddedKafka` annotation.
60
61
61
62
The `EmbeddedKafkaBroker` class has a utility method that lets you consume for all the topics it created.
62
63
The following example shows how to use it:
@@ -523,12 +524,15 @@ The following example brings together most of the topics covered in this chapter
0 commit comments