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


   ## 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?
   No.
   
   ### Describe the feature you would like.
   Could I choose the instance to run my job?
   I have got a job name MySimpleJob, and there are 3 instances of the job.
   The instances ip are 127.0.0.1, 127.0.0.2, 127.0.0.3.
   The default action is that 127.0.0.1 will be choosed to run the job when 
MySimpleJob has only one piece.
   Could I choose 127.0.0.2 as the instance to run MySimpleJob?
   The code would be like 
   
   `
   @ElasticJobConf(name="MySimpleJob", instance="127.0.0.2")
   `
   
   Don not mind the code, any other way is ok if it could satisfy my demands.
   
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to