You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to create an APB that could be used by developers working on the broker & catalog. The apb would be very simple and can perform [provision, deprovision, bind, unbind] in a flexible and debuggable manner. It would also serve as an example template for array of APBs. A perfect example of this is an apb that has a pinch of every feature we're adding into an apb, but as all hard coded values. The hello-world-apb currently is useful in that it's simple, but it doesn't have bind.
The text was updated successfully, but these errors were encountered:
On Wed, May 24, 2017 at 2:49 PM, Ryan Hallisey ***@***.***> wrote:
It would be nice to create an APB that could be used by developers working
on the broker & catalog. The apb would be very simple and can perform
[provision, deprovision, bind, unbind] in a flexible and debuggable manner.
It would also serve as an example template for array of APBs. A perfect
example of this is an apb that has a pinch of every feature we're adding
into an apb, but as all hard coded values. The hello-world-apb currently is
useful in that it's simple, but it doesn't have bind.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#26>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACAZic8UuvRJ6TOmBj8TDyYNco2HZvisks5r9Hu5gaJpZM4NlhQ6>
.
Yes, that would help. Also, adding some simple parameters, meta data, ect ... so that it has every possible thing you can do with an APB hard coded in there.
For example as a developer, I can use this as a template APB for my new App that I'm building. Or I can use it for testing a new feature for the broker without having to use an APB I don't understand. Also, I think an APB like this would be useful for gating/CI in the broker down the road.
It would be nice to create an APB that could be used by developers working on the broker & catalog. The apb would be very simple and can perform [provision, deprovision, bind, unbind] in a flexible and debuggable manner. It would also serve as an example template for array of APBs. A perfect example of this is an apb that has a pinch of every feature we're adding into an apb, but as all hard coded values. The hello-world-apb currently is useful in that it's simple, but it doesn't have bind.
The text was updated successfully, but these errors were encountered: