spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Configure suitable TaskExecutor for WebSocket when virtual threads are enabled

Open snicoll opened this issue 1 year ago • 1 comments

A recent issue in Spring Framework (https://github.com/spring-projects/spring-framework/issues/32081) made us aware that we overlooked websocket broker support for virtual threads.

Now that ChannelRegistration allows a plain TaskExecutor to be specified via the new executor method, it would be nice to configure it when virtual threads are enabled.

snicoll avatar Jan 26 '24 10:01 snicoll

HI @wilkinsona, I can work on this, once spring 6.1.4 is out. You can assign it to me, if you like.

BenchmarkingBuffalo avatar Feb 05 '24 09:02 BenchmarkingBuffalo

Superseded by #39611.

mhalbritter avatar Feb 20 '24 09:02 mhalbritter