Skip to content

Commit bc3911b

Browse files
authored
Resolved review comments
Resolved review comments
1 parent 0da19d8 commit bc3911b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight-aks/flink/assign-kafka-topic-event-message-to-azure-data-lake-storage-gen2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public class KafkaSinkToGen2 {
133133

134134
env.getConfig().setGlobalJobParameters(flinkConfig);
135135

136-
// 1. read kafka message as stream input, update your broker ip's
136+
// 2. read kafka message as stream input, update your broker ip's
137137
String brokers = "<update-broker-ip>:9092,<update-broker-ip>:9092,<update-broker-ip>:9092";
138138
KafkaSource<String> source = KafkaSource.<String>builder()
139139
.setBootstrapServers(brokers)

0 commit comments

Comments
 (0)