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

Clarify correlation between Event Processors and Databases #249

Open
smcvb opened this issue Mar 25, 2022 · 1 comment
Open

Clarify correlation between Event Processors and Databases #249

smcvb opened this issue Mar 25, 2022 · 1 comment

Comments

@smcvb
Copy link
Collaborator

smcvb commented Mar 25, 2022

Now and then users may reach issues with their Axon application that, for example, the database connection pool gets exhausted.
The thing that's not immediately evident is the number of threads Axon might create, depending on the number of Event Processors in place.

Although I'm not sold on the exact format yet, I think a (small?) section describing some pointers about the correlation between Event Processors and Databases would be beneficial.
I'd expect such a section to describe in short:

  • The fact Streaming Processors use different threads.
  • The fact these processor threads open a connection with the Event Store storage solution.
  • The fact these processor threads open a connection with the Token Store storage solution.
  • The fact these processor threads will start any operation the user's drafted up in Event Handling Components.
@smcvb
Copy link
Collaborator Author

smcvb commented Mar 25, 2022

FYI, the idea for this enhancement originates from framework issue #2122.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant