]
Ryan Emerson updated ISPN-6712:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
JdbcStringStore doesn't notify entry expiration events
------------------------------------------------------
Key: ISPN-6712
URL:
https://issues.jboss.org/browse/ISPN-6712
Project: Infinispan
Issue Type: Enhancement
Components: Listeners, Loaders and Stores
Affects Versions: 9.0.0.Alpha2
Reporter: William Burns
Assignee: Ryan Emerson
The JdbcStringStore does a DELETE directly to the database on a purge. This limits our
ability to raise an event due to this expiration occurring. The JdbcBinaryStore does do
events and we may want to duplicate that code instead.