Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Blocker
-
Resolution: Unresolved
-
Affects Version/s: 1.7.5
-
Fix Version/s: ON RADAR
-
Component/s: Data Loader
-
Labels:None
-
Environment:RHEL 5.0
-
Number of attachments :
Description
Currently SymmetricDS provides an IReloadListener extension-point that hooks into the DataService running on the server. I believe, and I may be wrong, that the IReloadListener is more useful on the client as it may need to perform certain diagnostic steps before receiving the initial load. This is especially useful when the server is configured with an "initial.load.delete.first=true" property. In our production system, an initial-load needs to be a service non-affecting kind of operation. Therefore, there is a need for a notification that would prompt the system to update its system cache before an initial load and after the completion of the initial load.
Therefore, the requirement is to have an IReloadListener extension on the client.
Will it be possible to capture this requirement under http://jira.codehaus.org/browse/SYMMETRICDS-28? The purpose would be to get notified of all configuration changes on the client.