Skip to content

Commit a04e8a2

Browse files
committed
Add feature flag warning [skip ci]
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent 7111227 commit a04e8a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

RabbitMQ.Stream.Client/Consts.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ internal static class Consts
2020
internal const string SubscriptionPropertyFilterPrefix = "filter.";
2121
internal const string SubscriptionPropertyMatchUnfiltered = "match-unfiltered";
2222

23-
internal const string FilterNotSupported = "Broker does not support filtering. " +
24-
"You need RabbitMQ 3.13.0 or later and" +
25-
"the stream_filtering feature flag enabled.";
23+
internal const string FilterNotSupported = "Filtering is not supported by the broker "
24+
+ "(requires RabbitMQ 3.13+ and stream_filtering feature flag activated)";
2625

2726
internal static int RandomShort()
2827
{

0 commit comments

Comments
 (0)