Add Jobs quickstart
Description
Add Quick start guide for Jobs API
Issue reference
We strive to have all PRs being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #1115
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list:
- [X] The quickstart code compiles correctly
- [X] You've tested new builds of the quickstart if you changed quickstart code
- [X] You've updated the quickstart's README if necessary
- [X] If you have changed the steps for a quickstart be sure that you have updated the automated validation accordingly. All of our quickstarts have annotations that allow them to be executed automatically as code. For more information see mechanical-markdown. For user guide with examples see Examples.
@dapr-java-sdk-reviewers @cicoyle @salaboy @artur-ciocanu This PR is also good to go. Just need approval for the workflows
@siri-varma I agree. From a (pure) Java point of view this is ready to be merged.
/LGTM
@alicejgibbons Added the api to receive the triggers as well.
@alicejgibbons Added the api to receive the triggers as well.
Thanks @siri-varma looks good now. In my comments I had actually meant that we still could have used one service but had the client and the handers in the same app as per Whit's example here: https://github.com/dapr/quickstarts/blob/d1a7f7ca59291a5e744bf9a03b4db4588100d790/jobs/csharp/http/job-service/Program.cs
Anyways, the more i think about it the more im not sure i love the one app solution better since it might be more likely that users will split out the job invocation in actual scenarios. So all this to say is this can be merged once we get 1.15 :)
@alicejgibbons small request, could you please trigger the build for this PR ? Want to make sure it passes so that we will not have any suprises at the end
@siri-varma were getting there, can you retarget the release:1.16 branch as well since we will also be releasing this with 1.16, TY!
@siri-varma if you retarget to 1.16 release branch then we can pull in the new Java sdk 1.15.0 version as well since its merged there now then were g2g!
@alicejgibbons Its done
@siri-varma this comment then its finally done 🙏
Addressed the comments