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.
> 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.
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.