Introducing Spring Cloud Cloud Foundry Service Broker

Releases | Scott Frederick | June 07, 2016 | ...

I am pleased to announce the newest addition to the Spring Cloud family. Spring Cloud Cloud Foundry Service Broker is a framework for building service brokers for the Cloud Foundry platform.

Cloud Foundry service brokers

Service brokers provide a means to extend Cloud Foundry with managed services that can be consumed by applications deployed to the platform. Managed services typically expose some sort of resource to an application, such as a database or other persistent store, a messaging system, or other supporting infrastructure. Service brokers publish a catalog of services and service plans, manage the provisioning and de-provisioning of service instances, and provide connection details and credentials for an application to consume the resource. Service brokers are registered to Cloud Foundry and communicate with the platform using a well-defined Service Broker REST API.

Spring Cloud Cloud Foundry Service Broker implements the full service broker REST API as Spring MVC endpoints. This allows a service broker author to focus on the logic necessary to manage the backing resources without having to worry about implementing the broker API semantics.

Some history

Shortly after Spring Boot was released, Steve Greenberg developed the spring-boot-cf-service-broker project and contributed it to the Cloud Foundry community. In the subsequent months, many contributors helped add features, fix bugs, and keep pace with the service broker API. Unfortunately, the contributors couldn’t commit to keeping the project up to date on a consistent basis since it was a "side project" for everyone involved.

The Spring Cloud team offered to take ownership and commit to keeping the project up-to-date, and Steve graciously agreed to allow the project to be moved under the Spring Cloud umbrella. The move to Spring Cloud includes changes to the project’s packaging structure and Maven coordinates, along with some cleanup and rationalization of the interfaces that need to be implemented by service broker authors.

The path forward

Spring Cloud Cloud Foundry Service Broker will track the service broker API evolution and add support for the latest broker API features, allowing developers to quickly react to changes in the API. Of course, contributions are welcomed and encouraged. Since there are no interdependencies with other Spring Cloud projects, Spring Cloud Cloud Foundry Service Broker won’t be part of the Spring Cloud release trains.

A few release candidates have already been published for the project. Users of the previous project have tested these RCs and provided feedback. With this introduction, Spring Cloud Cloud Foundry Service Broker will be GA with version 1.0.0.RELEASE.

Get involved

To get started, view the project page and the documentation. Provide feedback via GitHub issues or contribute via pull requests.

Get the Spring newsletter

Thank you for your interest. Someone will get back to you shortly.

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring Runtime offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all