Azure / AKS-Landing-Zone-Accelerator

Official repository for the AKS Landing Zone Accelerator program
MIT License
207 stars 196 forks source link

Update one of the Microservices in the AKS openai demo to use Java (spring boot) as a programing language #76

Open mosabami opened 11 months ago

mosabami commented 11 months ago

The AKS product team recently released the openai demo you can find here: https://github.com/Azure-Samples/aks-store-demo/tree/main. It uses Javacript, Go, Rust, Python and Vue, but not Java, one of the most important programming languages our customers use. Pick one of the microservices written in Rust (because multiple microservices are written in rust) and convert it to Java. Preferable convert this microservice: https://github.com/Azure-Samples/aks-store-demo/tree/main/src/product-service

Acceptance criteria: A rust microservice is converted to Java spring PR submitted to the main branch of the application

aymenfurter commented 11 months ago

Happy to pick this one up. Is there a specific deadline to complete this issue?

aymenfurter commented 11 months ago

Hi @mosabami - Should I start work on this item? Can you assign it to me?

aymenfurter commented 10 months ago

PR open: https://github.com/Azure-Samples/aks-store-demo/pull/56