Skip to content

Commit a22d8ad

Browse files
committed
Small documention edit
1 parent 90b8f8b commit a22d8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/advanced-topics.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The filtering feature works as follows:
1616

1717
Why does the consumer need to define some client-side filtering logic?
1818
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.
2020
Despite this, the filtering saves some bandwidth, which is its primary goal.
2121

2222
===== Filtering on the Publishing Side

0 commit comments

Comments
 (0)