Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract processEvent from TransformerMain #2792

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kenoir
Copy link
Contributor

@kenoir kenoir commented Dec 18, 2024

What does this change?

This change is a small refactor to expose an interface that allows consumers of TransformerEventProcessor[Payload, SourceData] to call:

processEvent(
    payload: Payload
  ): Future[Result[Option[(Work[Source], StoreKey)]]]

Rather than having this tied into an Akka Flow that requires a NotificationMessage at the top level. This enables us to implement lambda-like functionality as we have started to do elsewhere.

How to test

  • Tests pass!

How can we measure success?

Easier implementation of transformer-lambdas, simpler pipeline.

Have we considered potential risks?

This should be a no-op refactor.

@kenoir kenoir requested a review from a team as a code owner December 18, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant