From 1bd39ddf814f836a62bf263d8e461b14c8297393 Mon Sep 17 00:00:00 2001 From: scottf Date: Thu, 20 May 2021 12:09:51 -0400 Subject: [PATCH] clarify sample freq --- jetstream/concepts/consumers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/jetstream/concepts/consumers.md b/jetstream/concepts/consumers.md index 28f796e..7644c6d 100644 --- a/jetstream/concepts/consumers.md +++ b/jetstream/concepts/consumers.md @@ -115,3 +115,4 @@ If the policy is `ReplayInstant` (the default), the messages will be pushed to t ### SampleFrequency Sets the percentage of acknowledgements that should be sampled for observability, 0-100 +This value is a string and for example allows both `30` and `30%` as valid values.