You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/04/28 06:38:41 UTC

[GitHub] [shardingsphere-elasticjob] edwarddamon commented on issue #2020: dataflowjob streaming read data does not take effect

edwarddamon commented on issue #2020:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2020#issuecomment-1111804334

   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).
   ```java
   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;
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org