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 c4a0b1b commit f42671dCopy full SHA for f42671d
src/main/java/com/hivemq/extensions/kafka/api/builders/KafkaRecordBuilder.java
@@ -26,7 +26,7 @@
26
/**
27
* The KafkaRecordBuilder enables the creation of {@link KafkaRecord}s via its fluent API.
28
* <p>
29
- * All data in a {@link KafkaRecord} except the topic is optional. Ensure that you set an topic via the {@link
+ * All data in a {@link KafkaRecord} except the topic is optional. Ensure that you set a topic via the {@link
30
* KafkaRecordBuilder#topic(String)} method before you call {@link KafkaRecordBuilder#build()}.
31
32
* The internal state of this interface can only be changed via its methods. All arguments, that have mutable data
0 commit comments