Difference between using Kafka and Redis

Guys, can anyone tell me the difference between using Kafka and Redis for nuxeo. We are considering different solutions now, and it is interesting to read what you think.

0 votes

1 answers

894 views

ANSWER



You will find most information listed in this documentation page: https://doc.nuxeo.com/nxdoc/nuxeo-and-redis/

Redis comes with limitations you should be aware of before taking any decisions, see: https://doc.nuxeo.com/nxdoc/compact-architecture-with-redis/#limitations

In the end we recommend using Kafka for several reasons (performances, fault tolerance, avoiding to loose queue jobs).

0 votes