fix:fixed the problem of reporting NoClass in session mode
This commit is contained in:
@@ -255,5 +255,10 @@ public class DosConfigs {
|
||||
.longType()
|
||||
.defaultValue(60L);
|
||||
|
||||
public static final ConfigOption<String> JOB_NAME =
|
||||
ConfigOptions.key("job.name")
|
||||
.stringType()
|
||||
.defaultValue("detection_dos_attack")
|
||||
.withDescription("The flink job name.");
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user