Open zzferTochen opened 2 years ago
I have the same question. According to my research,I found that it doesn't has streaming-process property(my dependency version is 3.0.0 too).
public final class ElasticJobConfigurationProperties {
private Class<? extends ElasticJob> elasticJobClass;
private String elasticJobType;
private String cron;
private String jobBootstrapBeanName;
private int shardingTotalCount;
private String shardingItemParameters;
private String jobParameter;
private boolean monitorExecution;
private boolean failover;
private boolean misfire;
private int maxTimeDiffSeconds = -1;
private int reconcileIntervalMinutes;
private String jobShardingStrategyType;
private String jobExecutorServiceHandlerType;
private String jobErrorHandlerType;
private Collection<String> jobListenerTypes = new LinkedList();
private String description;
private Properties props = new Properties();
private boolean disabled;
private boolean overwrite;
}
try
elasticjob:
jobs:
my-dataflow-job:
props:
streaming.process: 'true'
Dataflowjob streaming data is not effective, is my configuration wrong? The springboot version is 2.6.0. Below is my configuration file