The autoMatchAuthors endpoint returns Flux using Mono.fromCallable on Schedulers.boundedElastic(), a blocking-in-reactive antipattern. This issue tracks migrating it to a SseEmitter-based approach where each author is processed on a virtual thread, eliminating the Reactor dependency in this service path entirely.
Similar issue: #1308
The autoMatchAuthors endpoint returns Flux using Mono.fromCallable on Schedulers.boundedElastic(), a blocking-in-reactive antipattern. This issue tracks migrating it to a SseEmitter-based approach where each author is processed on a virtual thread, eliminating the Reactor dependency in this service path entirely.
Similar issue: #1308