Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-dsc-flink
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shezaixing
dsk-dsc-flink
Commits
b9829263
Commit
b9829263
authored
Dec 12, 2024
by
liaowenwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
27addb78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
EtlUtils.java
src/main/java/com/dsk/flink/dsc/utils/EtlUtils.java
+4
-0
No files found.
src/main/java/com/dsk/flink/dsc/utils/EtlUtils.java
View file @
b9829263
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment