From 7e2e661d831066f8ede2929ac1e4de5cf702f1c7 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Thu, 28 May 2015 19:52:43 -0400 Subject: [PATCH] add Spring Cloud Consul to Community tools [Spring Cloud](http://projects.spring.io/spring-cloud) provides tools for JVM developers to quickly build some of the common patterns in distributed systems (e.g. configuration management, service discovery, circuit breakers, intelligent routing, micro-proxy, control bus, one-time tokens, global locks, leadership election, distributed sessions, cluster state). We have just released the first milestone of [Spring Cloud Consul](http://cloud.spring.io/spring-cloud-consul/spring-cloud-consul.html) ([announcement blog post](https://spring.io/blog/2015/05/27/spring-cloud-consul-1-0-0-m1-available-now), [github repo](https://github.com/spring-cloud/spring-cloud-consul)). This implements configuration management, service discovery and the control bus using the Consul HTTP API. In the future we plan to implement global locks, leadership election, distributed sessions using Consul. --- website/source/downloads_tools.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/downloads_tools.html.erb b/website/source/downloads_tools.html.erb index 220c41de03..46c1a0c73d 100644 --- a/website/source/downloads_tools.html.erb +++ b/website/source/downloads_tools.html.erb @@ -108,6 +108,9 @@ description: |-
  • gradle-consul-plugin - A Consul Gradle plugin
  • +
  • + Spring Cloud Consul - Service discovery, configuration and events for Spring Cloud +