Hacker News new | ask | show | jobs
by alphakilo 2374 days ago
I think the largest issue is a lack of documentation. Go-Micro is ~5 years old, so definitely not new. Pub Sub works pretty well; check out the PubSub example in micro/examples.
1 comments

> Event notifications are a core pattern in micro service development.

I might agree, but it's not the only core pattern.

What if one needs (distributed) transactions? The fact that pub/sub is advertised as a prominent feature makes me think that asynchronous models are preferred, at least in design and philosophy of the framework.