GitHub user lhotari edited a comment on the discussion: 
getMessageIdFromTimestamp Timeout issues

@KannarFr There's no way to increase `idleTimeout` in AdminProxyHandler by 
configuration alone.  It would require code changes to address that. 
`idleTimeout` is documented in Jetty as "the max time, in milliseconds, a 
connection can be idle (that is, without traffic of bytes in either 
direction)". Feel free to create an issue and as always, contributions are 
welcome!

A practical maximum value for `idleTimeout` would be 59 seconds (59000ms) for 
environments where a NAT gateway or firewall has a timeout of 60 seconds. 
However, 30 seconds is already a very long time to wait for any response so 
increasing the limit isn't really a proper solution.

GitHub link: 
https://github.com/apache/pulsar/discussions/22098#discussioncomment-8681269

----
This is an automatically sent email for commits@pulsar.apache.org.
To unsubscribe, please send an email to: commits-unsubscr...@pulsar.apache.org

Reply via email to