Skip to content

GeoServer feature events #621

@rwgdrummer

Description

@rwgdrummer

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions