Hi, Is there any mapping between number of stream threads and underlying CPU cores? Theoretically there shouldn't be any direct mapping. Because every stream thread is a Java thread and it should get scheduled on CPU cycle in a standard way (context switching). Wanted to know is there is any practical limit on number of stream threads I can span on a CentOS 7 VM with 4vCPUs?
Thanks, Kiran