Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 1.49 KB

readme.md

File metadata and controls

28 lines (18 loc) · 1.49 KB

Minimal Java Service Broker

This minimal implementation is intended to be a starting place for service brokers and for learning about service brokers. It assumes the user has a base understanding of Services and the Open Service Broker API (OSBAPI). See Services Overview for a graphical representation of the process.

Endpoints Implemented

This implementation only provides basic API endpoints for:

Catalog Controller

Service Instance Controller

It currently only implements the APIs, making them do something useful is up to you.

Other Resources

Some other resources for building more advanced Service Brokers are: