|
|
|
|
|
by skyde
1903 days ago
|
|
I think Pulsar is a much better design and further investment in Kafka is a mistake at this point.
Kafka have a lot of downside 1- size for single topic limited to the size of one machine
2- complex stateful client library that need to know which machine is currently the master for each partition.
.... |
|
2. This is generally handled by the client library transparently. Have you ever needed to manage this state manually?