uncleDecart / nkv

Share your state between services using persisted key value storage with notification option
1 stars 0 forks source link

Remove NATS and use zmq or sockets in notifier and server #2

Closed uncleDecart closed 1 month ago

uncleDecart commented 1 month ago

Using nats forces us to run a NATS server in parallel and this kills the whole point of nkv, we could've just used NATS, however if we switch to zmq or sockets, that will simplify nkv, reduce its footprint and will make it viable option to consider for pubsub replacement in EVE

uncleDecart commented 1 month ago

4 merged