Commit d492d11f authored by 周昊's avatar 周昊

1、修改生产环境配置

parent 07c31e19
......@@ -97,7 +97,6 @@ public class StreamingJob {
});
//3、5 输出kafka
outputStreamOperator.addSink(new FlinkKafkaProducer("192.168.10.137:9092", "test-topic", new SimpleStringSchema()));
outputStreamOperator.addSink(new FlinkKafkaProducer("172.16.33.152:9092", "test-topic", new SimpleStringSchema()));
//3、6 打印输出
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment