Closed weiro-9-w7 closed 3 months ago
Maybe I got , only use new ScheduleJobBootstrap(coordinatorRegistryCenter(), new TestJob(), createJobConfiguration()); can dynamically create it, but i'm not sure
@linghengqian
Thanks!
I think so too. I viewed an official mention that version 3.1 will support it.
I will say that I do not believe the next version will be 3.1.0, and there are currently no committers or PPMCs writing for a potential next version. The next version will probably be 3.0.5.
The main reason why ElasticJob is still updated irregularly is that ShardingSphere still needs a distributed job framework. Moreover, ShardingSphere requires that the functions of this distributed job framework meet the requirements of ShardingSphere.
org.apache.shardingsphere.elasticjob.lifecycle.api.JobConfigurationAPI
. See https://shardingsphere.apache.org/elasticjob/current/en/user-manual/usage/operation-api/ and org.apache.shardingsphere.elasticjob.lifecycle.internal.settings.JobConfigurationAPIImplTest
.org.apache.shardingsphere.elasticjob.test.natived.it.operation.JavaTest
for ways to add, delete, modify, and query jobs.
Question
For English only, other languages will not accept.
Before asking a question, make sure you have:
Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot reproduce it on current information, we will close it.
I viewed the faq document and found it can implement the dynamically add jobs, but I can't found the interface to implement it; how to do ?
Now, All jobs configuration need be loaded from db . if found the new job, need dynamiclly create them. thanks