|
|
|
|
|
by happymellon
1004 days ago
|
|
In all the times I've been forced to use Kafka, I have never seen single digit millisecond latency. If you need fast response Kafka is a bad choice. If you are okay going to multiple digits of milliseconds then there are simpler solutions. The only reason to use Kafka is the ability to guarantee order. For everything else it's second place at best. |
|