|
|
|
|
|
by EdwardDiego
2222 days ago
|
|
It's way more mature. I just spent a week evaluating Pulsar vs Kafka for a client and the fact Kafka has been open sourced for 10 years vs. Pulsar's 1.5 really shows in documentation, community support etc. > what happen to your data if x+1 server permanently fail in the cluster with a replication factor of X. It depends on how many in sync replica sets existed entirely within those X+1 servers. Their partitions will go offline, and other ISRs will have underreplicated partitions, and the alerting you've set up as a good engineer will have told you this was happening. > what happen in multi-tenancy scenario to other user throughput and latency when one user try to use all the capacity of the cluster Nothing because you're using ACL and have configured quotas appropriately. Bad things otherwise. PS, also been running Kafka since 0.8. |
|