using the list of kafka and redis to do message queues, it is found that the throughput of kafka is higher than that of redis. Does that mean that kafka is faster than redis in queuing and dequeuing messages? That is, the time it takes to process a message kafka is shorter than that of redis?
"throughput" is the number of messages processed per unit time. "processing speed" is the time it takes to process a message
throughput and processing speed. Can you draw an equal sign?