CoopHive / redis-scheme-client

2 stars 0 forks source link

document pubsub technologies in readme.md #1

Closed matteoettam09 closed 1 month ago

matteoettam09 commented 1 month ago

Links to study from and document in the repo readme, if necessary:

Sdks in both python and js to be investigated.

For example:

Redis vs Kafka: speed, Redis is faster to implement. No bidirectional message passing. So needed to have two channels to jump from consumer to producer. Also more difficult to create new topics. Redis has no uptime guarantee. The question here is longer term about the product, dependending on the question, Redis and Kafka are both good and bad. It also depends on the nature of the marketplace.