Skip to content

Instantly share code, notes, and snippets.

@razorcd
Last active January 6, 2021 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save razorcd/33aa6e28675e59578808d30e026f58dc to your computer and use it in GitHub Desktop.
Save razorcd/33aa6e28675e59578808d30e026f58dc to your computer and use it in GitHub Desktop.
Scaling reactive APIs with Redis-Streams - www.razorcodes.com
                                                                    +-------------- +
Kafka Listener  --> Business Logic --> Repository(RedisClient) -->  |               |
                                                                    | Redis Streams |
API Controller  -->  Repository(Redis Puller) ------------------->  |               |
                                                                    +---------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment