zzferTochen opened a new issue #2020:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2020
Dataflowjob streaming data is not effective, is my configuration wrong? The
springboot version is 2.6.0. Below is my configuration file
```
elasticjob.jobs.my-dataflow-job.cron=*/10 * * * * ?
elasticjob.jobs.my-dataflow-job.elastic-job-class=com.example.demo.job.MyDataFlowJob
elasticjob.jobs.my-dataflow-job.sharding-total-count=1
elasticjob.jobs.my-dataflow-job.disabled=false
elasticjob.jobs.my-dataflow-job.overwrite=true
#elasticjob.jobs.my-dataflow-job.sharding-item-parameters=0=0,1=1
elasticjob.jobs.my-dataflow-job.streaming-process=true
```
```
<dependency>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-lite-spring-boot-starter</artifactId>
<version>3.0.0</version>
</dependency>
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]