Consider adding event publishing hooks in JdbcOperationsSessionRepository
#590
Labels
status: waiting-for-triage
An issue we've not yet triaged
Due to limitations of the underlying data store,
JdbcOperationsSessionRepository
has no session event publishing capabilities. However, since many projects do include a publish-subscribe broker of some sort, it could make sense to add hooks that would make use of that broker to route events to all members of a cluster.With this change,
JdbcOperationsSessionRepository
would create session events and then pass them to strategy of some sort, which would be implemented by users if they wish to enable event publishing.JdbcOperationsSessionRepository
would also implement some sort of message listener contract which would be responsible for usingApplicationEventPublisher
to publish events locally.What are your thoughts on this @rwinch? If you're open to this idea I'd like to implement it in time for 1.3.
The text was updated successfully, but these errors were encountered: