Skip to content

Migrate autoMatchAuthors from Reactor Flux to virtual threads with SseEmitter #1310

Description

@balazs-szucs

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for Performance.

    Projects

    Status
    In Review

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions