massakam opened a new pull request #2118: Make it possible to set idle WebSocket session timeout period URL: https://github.com/apache/incubator-pulsar/pull/2118 ### Motivation WebSocket session is automatically closed when the idle state lasts 5 minutes (default value of jetty). It is useful to be provided a way to extend/shorten this timeout period as needed. ### Modifications Added `webSocketSessionIdleTimeoutMillis` to the configuration files and set the value as WebSocketPolicy. ### Result Users can change the timeout period of idle WebSocket sessions as needed.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
