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: src/reference/asciidoc/kafka.adoc
+69Lines changed: 69 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1855,6 +1855,75 @@ See <<idle-containers>> for how to enable idle container detection.
1855
1855
1856
1856
To arbitrarily seek at runtime, use the callback reference from the `registerSeekCallback` for the appropriate thread.
1857
1857
1858
+
Here is a trivial Spring Boot application that demonstrates how to use the callback; it sends 10 records to the topic; hitting `<Enter>` in the console causes all partitions to seek to the beginning.
0 commit comments