Thanks Isaac, I need to map an input string to a UUID globally with strong consistency. Once that ma

Thanks Isaac, I need to map an input string to a UUID globally with strong consistency. Once that mapping is created, it's placed in KV and read from there until the end of time, i.e. that input string no longer will pass through DO

However I need to do this mapping in chunks of 20-50 with strong consistency, not sure what type of solution I am looking for here
Was this page helpful?