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 4c155b4 commit f4004c6Copy full SHA for f4004c6
flink-connector-gcp-pubsub/src/main/java/org/apache/flink/streaming/connectors/gcp/pubsub/PubSubSink.java
@@ -331,7 +331,7 @@ public interface ProjectNameBuilder<IN> {
331
332
/** Part of {@link PubSubSinkBuilder} to set required fields. */
333
public interface TopicNameBuilder<IN> {
334
- /** Set the subscription name of the subscription to pull messages from. */
+ /** Set the name of the topic where the messages will be published. */
335
PubSubSinkBuilder<IN> withTopicName(String topicName);
336
}
337
0 commit comments