Skip to content

Replace DDS polling with a notification based solution. #20

@jmacauley

Description

@jmacauley

At the moment the PCE performs a get on all NSA description and topology documents, periodically polling using If-Modified-Since to discover any document changes. Unfortunately, this can result in a delay discovering a document change of up to "auditInterval" seconds.

To solve this problem the PCE should be modified to use the DDS subscription/notification mechanism. The initial subscription results in delivery of the current DDS contents, with follow-up notifications any time a new document is published or an existing document is modified.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions