-
At the 4/15/2018 F2F we talked about how perhaps we should have an example/exec summary/high-level/why should I care/design doc. When and why you would use the optional bits of the spec.
Basically…
-
The client can be separated from the service side
-
The spec currently says this:
> Service Broker authors are expected to be cautious when removing services and plans from their catalogs, as Platforms might have provisioned Service Instances of the…
-
Would be good that Moleculer supports streams in action requests & responses. It means you can return a `Stream` object in actions and Broker transfers the stream chunks while the stream is not closed…
-
I received the following error when I tried to register the broker with Cloud.gov ClouldFoundry
```
Server error, status code: 502, error code: 270012, message: Service broker catalog is invalid:
…
-
I have heard from several users (and actively desired personally) to be able to map pieces of the broker response into different fields. For example, if I have an application template that depends on…
-
Received customer request for SQL DB geo-replication. Do we have a plan to support this?
I think it is hard to design the behaviors to fit it into current OSB API Spec.
First of all, it should be …
-
The Service is used as a object containing all the information about a service. For that, the whole object is converted to json.
This includes all variables without leading '_'.
Resulting issue…
-
Heads up :
currently sc installer calls serviceregistry API to create virtual broker.
since we're only do beta release for service broker API(not service registry), service broker has a copy of crea…
-
If you use the github review approval and in that message add LGTM, the script does not update the PR to be approved. Only direct top level PR comments seem to work. Can we use a better way to approve…