You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/asciidoc/advanced-topics.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The filtering feature works as follows:
16
16
17
17
Why does the consumer need to define some client-side filtering logic?
18
18
Because the server-side filtering is probabilistic: messages that do not match the filter value(s) can still be sent to the consumer.
19
-
The server uses a https://en.wikipedia.org/wiki/Bloom_filter[bloom filter], _a space-efficient probabilistic data structure_, where false positives are possible.
19
+
The server uses a https://en.wikipedia.org/wiki/Bloom_filter[Bloom filter], _a space-efficient probabilistic data structure_, where false positives are possible.
20
20
Despite this, the filtering saves some bandwidth, which is its primary goal.
0 commit comments