I have following code:
ExecutorService poolA = newFixedThreadPool(10, threadFactory("Sched-A-%d")); Scheduler schedulerA = Schedulers.from(poolA); E