cloudfoundry-community / postgresql-cf-service-broker

Cloud Foundry Service Broker for a PostgreSQL instance
Apache License 2.0
17 stars 28 forks source link

Updating to CF Broker API 2.8/2.9? #9

Open srinat999 opened 8 years ago

srinat999 commented 8 years ago

Hi, I was trying to use this broker and I realised that it uses an old version of the CF broker API (2.4). Is it possible to update to this 2.8/2.9? Or is there a way to disable api version verification? Here is the error I get while trying to register:

Service broker error: The provided service broker API version is not supported: Expected Version = 2.4, Provided Version = 2.8
slowbackspace commented 8 years ago

I think it is based on spring-cloud-cloudfoundry-service-broker. So probably it will be updated after https://github.com/spring-cloud/spring-cloud-cloudfoundry-service-broker/issues/19 is solved. Actually it is based on https://github.com/cloudfoundry-community/spring-boot-cf-service-broker which is now deprecated. spring-cloud-cloudfoundry-service-broker is the new kid on the block. Is there any workaround or we just have to wait (or send a PR ofc)?

You could try https://github.com/Altoros/cf-postgresql-broker but I really don't have a clue if it works.

davidchua commented 7 years ago

Is there any update on this?

I'm unable to get a postgres service broker up. The last supported cf-release for broker 2.4 is 194. CF is now at release 244.

slowbackspace commented 7 years ago

There is a fork by @caxqueiroz that supports 2.8 API https://github.com/caxqueiroz/postgresql-cf-service-broker and he just sent a pull request https://github.com/cloudfoundry-community/postgresql-cf-service-broker/pull/10.