Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-26939

Event sourcing stream producer

    XMLWordPrintable

    Details

    • Type: Epic
    • Status: Resolved
    • Priority: Minor
    • Resolution: Won't Fix
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Streams

      Description

      Instead of having multiple adhoc listeners that catch their specific event to run async work or stream processor.

      We could have a generic source event producer, which is a sync listener of source event in a transaction, this listener is enlisted to the transaction and will output events to a source event stream. (same principle as the StreamAuditEventListener)

      This could be used for extracting fulltext (instead of doing it during session.flush), indexing, ml pipeline, whatever processing.

      The hardest part is to find source event that should represent user's action rather than recording the effect of those actions.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: