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

HttpSessionListener JDBC unsupported #1082

Closed
pinke opened this issue May 28, 2018 · 1 comment
Closed

HttpSessionListener JDBC unsupported #1082

pinke opened this issue May 28, 2018 · 1 comment
Assignees
Labels
for: stack-overflow A question that's better suited to stackoverflow.com

Comments

@pinke
Copy link

pinke commented May 28, 2018

HttpSessionListener ,Redis oK,But JDBC unsupported,Is there a planned development?。

@vpavic vpavic self-assigned this May 30, 2018
@vpavic vpavic added the for: stack-overflow A question that's better suited to stackoverflow.com label May 30, 2018
@vpavic
Copy link
Contributor

vpavic commented May 30, 2018

Hi @pinke, the support for HttpSessionEvent isn't possible with JdbcOperationsSessionRepository due to obvious limitations of a relational database in that regard. Typically we use publish-subscribe mechanism of some sort to propagate events to all application nodes in the cluster and with relational database there's no such capability.

You can track (and vote for) #590 which proposes addition of event publishing hooks to JdbcOperationsSessionRepository, which would allow users to use pubsub mechanism of their choice.

@vpavic vpavic closed this as completed May 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: stack-overflow A question that's better suited to stackoverflow.com
Projects
None yet
Development

No branches or pull requests

2 participants