-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed
Labels
type: documentationA documentation updateA documentation update
Milestone
Description
I am using undertow as embedded server with Spring Boot 2.0.1.
When I run the application, i see 2 warnings in the console as below,
[2018-05-06 16:36:39.621[0;39m [33m WARN [external-service,,,][0;39m [35m2736[0;39m [2m---[0;39m [2m[ main][0;39m [36mio.undertow.websockets.jsr [0;39m [2m:[0;39m UT026009: XNIO worker was not set on WebSocketDeploymentInfo, the default worker will be used
[2m2018-05-06 16:36:39.621[0;39m [33m WARN [external-service,,,][0;39m [35m2736[0;39m [2m---[0;39m [2m[ main][0;39m [36mio.undertow.websockets.jsr [0;39m [2m:[0;39m UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used](url)
I understand this means we can fine tune the settings and improve performance in production.
I am not able to find any information on how to do that when using undertow with spring boot.
Is there a way to customize it when using Spring Boot.
Metadata
Metadata
Assignees
Labels
type: documentationA documentation updateA documentation update