-
Notifications
You must be signed in to change notification settings - Fork 61
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
Implement observation #192
Comments
not so sure - its not about event listeners in the same process, but |
But isn't doctrine-dbal its in the same process ? |
if i have 2 webservers both talking to the same database, it won't even be on the same machine. already in one webserver we normally have several processes. plus you can have command line tools running that also do operations. observation is about the repository, not about the process - thats what i mean by its not an event listener in the symfony/doctrine sense. |
ok i understand. so I guess we would have to add an event log table to the implementation and then have clients check this log. Its feasable? |
and "something" that cleans up old log entries to not explode. but yes. |
But would implementing another technology raise the bar a bit too far? What is conceptually wrong with just drumping it in a table? (disclaimer: I know nothing about rabbitmq :) Jackrabbit does its own event logging I imagine? |
with jackrabbit we get the events from the server, yes. i agree with a simple implementation in a table, just saying we would |
So pluggable on the jackalope level? |
yes. or the jackalope-doctrine-dbal level. i think we made it a |
This shouldn't be too hard in theory right?
The text was updated successfully, but these errors were encountered: