From 19eead0af49b9516931bcb527e8a449ef55c71d5 Mon Sep 17 00:00:00 2001 From: Ahmad Alhour Date: Thu, 7 Jul 2016 20:47:13 +0200 Subject: [PATCH] Added Disruptor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f15265..5982c93 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Ratpack](https://ratpack.io/) - Set of Java libraries that facilitate fast, efficient, evolvable and well tested HTTP applications. specific support for the Groovy language is provided. - [Restlet](http://restlet.com/) - Helps Java developers build web APIs that follow the REST architecture style. - [Spring Boot](http://projects.spring.io/spring-boot/) - Makes it easy to create stand-alone, production-grade Spring based applications. +- [Disruptor](https://github.com/LMAX-Exchange/disruptor) - A High Performance Inter-Thread Messaging Library. #### Scala