#92 - Maximum size of a handle
•Choices (Straw poll=> 3, 6, 4, 9):
•1. <255 bytes. This makes it directly usable as a DB key and yet long enough for security and encoding multiple GUIDs
•2. <4K bytes. This constrains memory usage for the Consumer while allowing limited use of URI schemes.
•3. unlimited. This treats handles as URIs
•4. No stated limit. Add Producer metadata declaring limit the Producer implements.
• Resolved: #1