Hacker News new | ask | show | jobs
by kaeawc 3116 days ago
Have you gone to production with it yet for your backend? Curious Android dev here.
3 comments

We use it in production for a Storm-based ETL pipeline. We've not had any problems that have been related to our use of Kotlin.
Not yet, but zero issues so far. Currently running Spring Boot 2M7 on AWS EB just fine. I was surprised how smooth it went.
Correction: found an issue with bean validation.

https://github.com/spring-projects/spring-boot/issues/11343

And it turns out it wasn't really an issue, just unintuitive. Documentation has been updated.
Worked on at least 2 projects using it in production (backend) zero language issues