Skip to content

presence/absence of @Asynchronous should not modify the @Bulkhead behavior #535

Open
@Ladicek

Description

@Ladicek

The @Bulkhead annotation should itself configure whether semaphore isolation or "threadpool" isolation should be used. We can easily do that by changing the default value of waitingTaskQueue to 0 (where 0 means semaphore isolation), and whenever user configures it to > 0, "threadpool" isolation (which is in fact just an additional queue) is used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions