Hi Jesse, On Tue, Feb 24, 2015 at 11:30:13AM -0600, Jesse Hathaway wrote: > In the documenation it states: > > > The format should be composed from elements that are guaranteed to be > > unique when combined together. > > Is there a combination of formatting strings that would guarantee uniqueness?
No given that it depends solely on your environment and platform. Some people include environment variables or node names, others don't need them. For most people a 16-bit counter of requests per connection and per second is enough, while others would rather use a 32-bit counter because 64k req/s is not enough, etc. > Would a patch to add a uuid formatter be accepted? It depends, would it add something we cannot do with the current format ? Thanks, Willy

