astorage opened a new issue, #2177:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2177
## Question
version:3.0.2
ScheduleJobBootstrap load SimpleJob,what value of elasticJobType to set ?
code:
```
//使用
ScheduleJobBootstrap scheduleJobBootstrap =
new ScheduleJobBootstrap(registryCenter,
getJobBean(jobMeta.getJobName()), jobConfig);
//定义
public ScheduleJobBootstrap(final CoordinatorRegistryCenter regCenter,
final String elasticJobType, final JobConfiguration jobConfig) {
jobScheduler = new JobScheduler(regCenter, elasticJobType,
jobConfig);
}
```
**For English only**, other languages will not accept.
Before asking a question, make sure you have:
- Googled your question.
- Searched open and closed [GitHub
issues](https://github.com/apache/shardingsphere-elasticjob/issues).
- Read documentation: [ElasticJob
Doc](https://shardingsphere.apache.org/elasticjob/current/en/overview/).
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**.
--
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]