lhotari opened a new pull request, #23430: URL: https://github.com/apache/pulsar/pull/23430
### Motivation The setting was decreased from 180 seconds to 25 seconds in #22541. The default setting of 25 seconds is causing connection disconnects and connects when they aren't expected. The reason is that the default for autoUpdatePartitionsInterval is 60 seconds and if idle timeout is shorter, it causes connections to close and open unnecessarily each time the scheduled task runs. ### Modifications Increase connectionMaxIdleSeconds to 60 seconds ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] `doc` <!-- Your PR contains doc changes. --> - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later --> - [x] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-complete` <!-- Docs have been already added --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
