observability-lab-cse / observability-lab

3 stars 7 forks source link

Add a new java service that simulates long running job #159

Open Izzzu opened 2 months ago

Izzzu commented 2 months ago

New Java service withing devices-api that simulates a long running job. The user can submit jobs using API endpoint, the endpoint returns a job id that can be sued to poll the status of the job. The jobs are saved in Cosmos database.

The service will be used to demonstrate custom traces in Java. (In the next PRs)