Uploaded image for project: 'BatchEE'
  1. BatchEE
  2. BATCHEE-35

add a @PartitionScoped CDI scope

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.2-incubating
    • None
    • batchee-extensions
    • None

    Description

      We have @StepScoped, @JobScoped and from CDI itself we have @RequestScoped.

      If a Step gets executed in form of a Split, then we have multiple Threads running the same Step. How do we account for that? A @StepScoped is too 'wide'.

      A @RequestScoped could probably work, but is there any chance that multiple steps use the same thread without exiting them between two steps?

      Attachments

        Activity

          People

            Unassigned Unassigned
            struberg Mark Struberg
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: