rakutentech/cf-metrics-refinery

Use Cloud Controller V3 API instead of V2

Opened this issue · 0 comments

Current status

Currently, go-cfclient library is used for connecting Cloud Controller API, and go-cfclient doesn't support CC API V3 fully, by default V2.

Desired status

In order to achieve higher performance and decrease CC load, it would be better to switch CC API from V2 to V3.

Proposals

Any proposal in the followings should work.

  1. (push/contribute) make go-cfclient library support CC API V3, follow the issue here.
  2. (push/contribute) build a CC API V3 golang client, follow the issue here
  3. create sth on our own