From d3324c138a36868c33115bda2c49f11c104b3904 Mon Sep 17 00:00:00 2001 From: Colin Sullivan Date: Fri, 14 May 2021 15:55:00 -0600 Subject: [PATCH] Additional guidance Signed-off-by: Colin Sullivan --- jetstream/administration/naming.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jetstream/administration/naming.md b/jetstream/administration/naming.md index 385b626..f458d20 100644 --- a/jetstream/administration/naming.md +++ b/jetstream/administration/naming.md @@ -10,7 +10,9 @@ We recommend the following guideline for stream, consumer, and account names: * Alphanumeric values are recommended. * Spaces, tabs, period \(`.`\), greater than \(`>`\) or asterix \(`*`\) are prohibited. -* Limit names to 255 characters or less. +* Limit name length. The JetStream storage directories will include the account, +stream name, and consumer name, so a generally safe approach would be to keep names +under 32 characters. * Do not use reserved file names like NUL, LPT1, etc. * Be aware that some file systems are case insentitive so do not use stream or account names that would collide in a file system.