Kafka alongside with Redis as additional data store?
I have worked on several projects in a company where the system architecture is designed using a broker (RabbitMQ or Azure Service Bus) and combined with Redis as additional data store for messages (involve metadata such as user profile
, HTTP request
, Job state
, creation/modification
time of a message, etc.).