CherishCai opened a new issue #1951:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1951


   ## Feature Request
   
   **For English only**, other languages will not accept.
   
   Please pay attention on issues you submitted, because we maybe need more 
details. 
   If no response anymore and we cannot make decision by current information, 
we will **close it**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Is your feature request related to a problem?
   invoke first `this.jobConfig = 
setUpFacade.setUpJobConfiguration(jobClassName, jobConfig);` .
   
   ### Describe the feature you would like.
   Process jobConfig first, whichever is in the configuration center or now 
Overwrite.
   
   adjust like this:
   ```java
           String jobClassName = 
JobClassNameProviderFactory.getProvider().getJobClassName(elasticJob);
           this.jobConfig = setUpFacade.setUpJobConfiguration(jobClassName, 
jobConfig);
           Collection<ElasticJobListener> jobListeners = 
getElasticJobListeners(jobConfig);
           setUpFacade = new SetUpFacade(regCenter, jobConfig.getJobName(), 
jobListeners);
   ```
   
   


-- 
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]


Reply via email to