apache / shardingsphere-elasticjob

Distributed scheduled job
Apache License 2.0
8.09k stars 3.28k forks source link

jobShardingStrategyType: ROUND_ROBIN is not available #2384

Open cheney0728 opened 5 months ago

cheney0728 commented 5 months ago

Now I added several jobs, and they have the same configuration:

elasticjob.xxxxxxxxx.sharding-total-count = 2
elasticjob.xxxxxxxxx.sharding-item-parameters = 0=A,1=B
elasticjob.xxxxxxxxx.job-sharding-strategy-type = ROUND_ROBIN
elasticjob.xxxxxxxxx.overwrite = true

But the results on zookeeper are different and jobShardingStrategyType: ROUND_ROBIN is invalid,What is the reason for this, please.

image