Commit b9829263 authored by liaowenwu's avatar liaowenwu

修改bug

parent 27addb78
......@@ -16,6 +16,10 @@ public class EtlUtils {
properties.setProperty("sasl.jaas.config", getSaslJaasConfig(username,password));
properties.setProperty("security.protocol", "SASL_PLAINTEXT");
properties.setProperty("sasl.mechanism", "SCRAM-SHA-512");
properties.setProperty("fetch.max.bytes", "2097152000");
properties.setProperty("max.partition.fetch.bytes", "2097152000");
properties.setProperty("flink.consumer.max.fetch.size", "2097152000");
properties.setProperty("frame.size", "2097152000");
return properties;
}
......
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