HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jurre

no profile record

comments

jurre
·vor 6 Jahren·discuss
What specifically are you running into? I may have trouble seeing any gaps in documentation because I’ve been running rails in a containzerized environment for years and it seems to just work
jurre
·vor 6 Jahren·discuss
You should have zero fear instilled when pressing any button. The system or process has failed if a single person pressing a button can bring something down unintended. Fix the system/process, don’t “instill fear” onto the person, it’s toxic, plus now you have to make sure any new person on boarded has “fear instilled”, and that’s just hugely unproductive
jurre
·vor 6 Jahren·discuss
_credit card_ payments are like that, but there is no technical reason for payments to work like that anymore.
jurre
·vor 6 Jahren·discuss
Now you need to queue up events for some time, reorder them using the timestamp, and then process them. It’s possible, but has overhead in both performance and custom code you’ll have to maintain. If there is no guarantee of order, two separate systems consuming those same events also might get different results, depending on the implementation, that can be problematic
jurre
·vor 6 Jahren·discuss
It depends, but it means you don’t have to serialize/deserialize data, deal with slow connections, retries, network failures, circuit breakers etc
jurre
·vor 6 Jahren·discuss
I think the key difference here is that there is no network in between components in a componentized monolith, each component runs the entire “monorepo”