Sam Gunaratne

Results 36 comments of Sam Gunaratne

Thanks for raising this @sgran! We are generally hesitant to add multiple bindings schemas as it brings added complexity to the spec and additional work for platforms - platforms would...

> I would expect the extension ID to be globally unique and not having the extension base path in it. > For example, if I see the extension `urn:osbext:pivotal.io:mysqlbackups:v1`, I...

We discussed this on the call and decided: * We will have the broker author specify the path explicitly rather than it be implicitly inferred from the id. * The...

> I think it need to define an `operation` as the implementation of `extension`, just like `instance` is the implementation of `plan`. Could you elaborate on this?

@WalkerGriggs Yeah there are definitely use-cases for both extensions on brokers and on instances. The original idea was to break down the problem into two, start with extensions on instances...

@raj-code the `src` directory is used on the GOPATH to identify where all your go project's code lives. The suggestion in the README is to not use `src` within a...

You could always run the bot in a docker container. I created a Dockerfile that installs all dependencies, so you don't have to - check it out. https://github.com/Samze/SnapchatBot-docker If you...

Just documenting my understanding of this. The current behaviour when pre-start suceeds: 1. CC api starts and runs starts to run migrations and eventually succeed 2. CC worker starts 1....

Another interesting observation, From this ticket https://www.pivotaltracker.com/story/show/171417894 it seems like the purpose of this was to allow non-http jobs to have their readiness checked for k8s, and this readiness property...