Re: Pointer to the CF code that generates org and service instance guids?
Jean-Sebastien Delfino
Thanks that helps. I have a few follow up questions:
toggle quoted message
Show quoted text
Can you quantify 'mathematically incredibly likely'? How do you guarantee uniqueness for a single deployment (since AIUI they're generated randomly)? Are you using the CC database for that? What would it take to guarantee uniqueness across deployments? (I'm asking as cloud platforms out there usually run in several datacenters or regions, i.e. multiple deployments, so to me it would make sense to provide a way to implement that guarantee, for example by allowing the uuid to be generated from a namespace/name like described in RFC 4122 section 4.3 [1], but there's probably many other ways to do this...) [1] https://www.ietf.org/rfc/rfc4122.txt Thanks! - Jean-Sebastien
On Fri, Oct 9, 2015 at 11:08 PM, CF Runtime <cfruntime(a)gmail.com> wrote:
Org and Service Instance guids are generated by the Cloud Controller. It |
|