GeoWaveTransactionManagement notifiesGeoServer of chaneg events.
However, GeoWaveFeatureSource states (by default) the plugin does not fire off events. Thus, the inherited content datastore does the work. We have a choice,
pull out the event notification from the plugin or implement the following in GeoWaveFeatureSource.
protected boolean canEvent() {
return true;
}
An evaluation of completeness should be considered if we plan to fire off our own events,
GeoWaveTransactionManagement notifiesGeoServer of chaneg events.
However, GeoWaveFeatureSource states (by default) the plugin does not fire off events. Thus, the inherited content datastore does the work. We have a choice,
pull out the event notification from the plugin or implement the following in GeoWaveFeatureSource.
protected boolean canEvent() {
return true;
}
An evaluation of completeness should be considered if we plan to fire off our own events,