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 7497172 commit 99773e8Copy full SHA for 99773e8
src/main/java/com/hivemq/extensions/kafka/api/builders/KafkaRecordBuilder.java
@@ -46,6 +46,7 @@ public interface KafkaRecordBuilder {
46
*
47
* @param topic the name of the topic.
48
* @return this builder
49
+ * @throws IllegalArgumentException if topic is not a valid name for a Kafka topic
50
* @since 4.4.0
51
*/
52
@NotNull KafkaRecordBuilder topic(@NotNull String topic);
0 commit comments