vrypan |--o--|
@vrypan.eth
Who has experience with nats.io? I want to make farma servers (Go) send events to NATS, and have other services (like the nodejs pingem frontend subscribe to these events). Anything I should be aware of or be careful with?
1 reply
0 recast
2 reactions
osama
@osama
do you/team understand data streaming, delivery configs/guarantees and consumer clients well? even if you wrote a kafka consumer historically, same principles will help design/debug/think about nats.
1 reply
0 recast
0 reaction
vrypan |--o--|
@vrypan.eth
"do you understand" has a wide range of meanings, I'd say I have a decent understanding of the concepts and how they work in practice. Every service involved is run and developed by me, which makes things easier and the environment more trusted. I played with Server Side Events in the last couple of days, and it works, but there are too many things that I would have to implement on my side to make this reliable, so I thought using something like NATS would let me get access to them for free, and much more.
1 reply
0 recast
0 reaction
osama
@osama
not sure if you can share usecase, is this for a decentralized network eg ai infra or bitcoin rigs? nats works great when you don't own/run all nodes. if its all "internally" run/maintained nodes then it is helpful but can be skipped (maybe, b/c large overhead; redis works fine too)
2 replies
0 recast
0 reaction