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 bc45df9 commit 1e62d80Copy full SHA for 1e62d80
src/reference/asciidoc/quick-tour.adoc
@@ -85,7 +85,7 @@ public void testAutoCommit() throws Exception {
85
container.start();
86
Thread.sleep(1000); // wait a bit for the container to start
87
KafkaTemplate<Integer, String> template = createTemplate();
88
- template.setDefaultTopic(topic1);
+ template.setDefaultTopic("topic1");
89
template.sendDefault(0, "foo");
90
template.sendDefault(2, "bar");
91
template.sendDefault(0, "baz");
0 commit comments