Hacker News new | ask | show | jobs
by RamblingCTO 977 days ago
I implemented a microservice with micronaut starting 3,5 years back. The fragility of krush/exposed is not very fun tho. we introduce another hurdle because we only use Kotlin. I'm open for ideas though.

PS: we replaced/will replace all microservices with Go.

1 comments

Hah, yeah, we have a number of microservices implemented with golang. As 'clunky' as the language can feel sometimes the tooling is first class.
Absolutely! I love how fast it is and how easy it is to write stuff real fast. Not a lot of footguns, except the pointer-for-loop thing afaik. It does feel clunky and quite manual sometimes!
The whole language is a footgun..
Casual Go user here, could you elaborate?
I wouldn't say it rises to the level of 'footgun' but golang's error handling feels kind of janky coming from other languages.