|
|
|
|
|
by free652
2957 days ago
|
|
Kafka is "free", it's scales much better and it's quiet resilient. It's pretty light on the servers resources like RAM and CPU. The downside is kafka doesn't provide guaranteed delivery out of the box, the producers buffer messages and that's when the loss can happen - if you need guaranteed delivery then you need to write extra code. |
|