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

move readside to "projections with an actor" #345

Open
zenyui opened this issue May 12, 2021 · 1 comment
Open

move readside to "projections with an actor" #345

zenyui opened this issue May 12, 2021 · 1 comment
Assignees

Comments

@zenyui
Copy link
Contributor

zenyui commented May 12, 2021

Is your feature request related to a problem? Please describe.

  • Our current read side does not need JDBC access for the handler method (it does need to commit to the JDBC offset store, though).
  • We would like to implement backoff (Readside exponential backoff #329 ) and the current JDBC read handler would lock the thread, which would rob the write side of a thread and slow down writes (bad!)

Reference ticket #318

Describe the solution you'd like
Perhaps move us to implementing the projection handler as an actor (see doc)

Describe alternatives you've considered
n/a

Additional context
The akka doc assumes you store offsets in cassandra, but it should be easy to use the JDBC offset store instead. We can pair if you need help.

@zenyui
Copy link
Contributor Author

zenyui commented May 12, 2021

@klvmungai I heard you wanted a fun task :)

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

No branches or pull requests

2 participants