Skip to content

Commit 86cddf0

Browse files
committed
doc: add detached release notes for #14060
1 parent edc7152 commit 86cddf0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

doc/release-notes-14060.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Configuration
2+
-------------
3+
4+
The outbound message high water mark of the ZMQ PUB sockets are now
5+
configurable via the options:
6+
7+
`-zmqpubhashtxhwm=n`
8+
9+
`-zmqpubhashblockhwm=n`
10+
11+
`-zmqpubrawblockhwm=n`
12+
13+
`-zmqpubrawtxhwm=n`
14+
15+
Each high water mark value must be an integer greater than or equal to 0.
16+
The high water mark limits the maximum number of messages that ZMQ will
17+
queue in memory for any single subscriber. A value of 0 means no limit.
18+
When not specified, the default value continues to be 1000.
19+
When a ZMQ PUB socket reaches its high water mark for a subscriber, then
20+
additional messages to the subscriber are dropped until the number of
21+
queued messages again falls below the high water mark value.

0 commit comments

Comments
 (0)