|
|
|
|
|
by dastbe
3442 days ago
|
|
Having distributed consensus as a distinct service (as opposed to directly building it into each application) is beneficial to a lot of companies because they can invest resources to make it operate well (in addition to being correct) and reap the benefits across all of their services. By well, I both mean having competent operations around the service as well as making it more resilient and faster to respond to various networking failures. the downside is that in order to use something like kafka locally (afaik?) you have to run zookeeper locally as well. |
|