Skip to content

Commit 1e62d80

Browse files
AndrewPanovgaryrussell
authored andcommitted
Doc typo fix
Probably topic1 should be declared as variable, or it just may be a string as it's in mr
1 parent bc45df9 commit 1e62d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/quick-tour.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void testAutoCommit() throws Exception {
8585
container.start();
8686
Thread.sleep(1000); // wait a bit for the container to start
8787
KafkaTemplate<Integer, String> template = createTemplate();
88-
template.setDefaultTopic(topic1);
88+
template.setDefaultTopic("topic1");
8989
template.sendDefault(0, "foo");
9090
template.sendDefault(2, "bar");
9191
template.sendDefault(0, "baz");

0 commit comments

Comments
 (0)