Carl-Zhou-CN commented on code in PR #3297:
URL:
https://github.com/apache/incubator-seatunnel/pull/3297#discussion_r1013557151
##########
seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-kafka/src/main/java/org/apache/seatunnel/flink/kafka/sink/KafkaSink.java:
##########
@@ -67,12 +67,12 @@ public Config getConfig() {
@Override
public CheckResult checkConfig() {
- return CheckConfigUtil.checkAllExists(config, "topics");
+ return CheckConfigUtil.checkAllExists(config, "topic");
}
@Override
public void prepare(FlinkEnvironment env) {
- topic = config.getString("topics");
Review Comment:
OK
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]