1. 2

    Based on the description I am guessing that Zendisco is one of these asynchronous replication based connsensus algorithms. Anyone have the knowledge to confirm or deny that?

    1. 2

      iirc, it’s more of the way the metadata gets synced around the cluster and leader elections happen. I haven’t looked at the details in a while, but it’s not incredibly smart, and its not resilient to many classes of failure. Replication itself is unrelated.

    1. 2

      Seems to be a dead link.

      1. 2

        fixed

      1. 1

        We’re using it to stream metrics off our clusters. Seems good so far. Kafka-as-a-service with a custom api. No major hiccups yet.