When maxBatch
, maxBytes
, maxExpires
are exceeded there is only a timeout but no status message
#1194
Labels
defect
Suspected defect such as a bug or regression
Observed behavior
When setting
maxBatch
,maxBytes
ormaxExpires
on theConsumerConfiguration
, and we exceed this value while pulling for messages, we don't get informed about this and only wait for the timeout set byexpiresIn
.Expected behavior
Developer is made aware of exceeding these values, which prompts them to fix the code and pull less messages (or smaller
expiresIn
in the case ofmaxExpires
). By logging the status message:Server and client version
server 2.10.18
jnats main/2.20.0
Host environment
No response
Steps to reproduce
Prints only the following and does not inform of any exceeded maximums:
The text was updated successfully, but these errors were encountered: