By default, the maxinum number of sessions is 10,000 while using Reactive server. Our users always receive errors that reach the maxinum session limit. See here for source code.
This PR allows users to freely configure the maxinum number of sessions by setting property server.reactive.session.max-sessions.
Comment From: JohnNiang
Hi @wilkinsona , thank you for code review. I have adjusted some of the code according to your feedback.
Comment From: mhalbritter
Thank you!