commit | fdc0ea9e67dd2138e3e5818925c08d0db6387ca0 | [log] [tgz] |
---|---|---|
author | Haoming <haomingzhang@users.noreply.github.com> | Wed Oct 25 15:10:45 2017 -0700 |
committer | Sundar Ramamoorthy <sramamoorthy73@users.noreply.github.com> | Wed Oct 25 15:10:45 2017 -0700 |
tree | 0a53eef4ae9fb8dc4ddc61a650562d4b42452d60 | |
parent | c03d6585027c08bf92c7615c1bd8e3e687fe3b07 [diff] |
WIP: [ISSUE-66918282] support long poll for "/configurations" (#23) * [ISSUE-66918282] support long poll for "/configurations" * [ISSUE-66918282] add tests * [ISSUE-66918282] fix bugs for long-polling * [ISSUE-66918282] Read DB only once for all subscribers * [ISSUE-66918282] use long-poll in apid-core, improve style * [ISSUE-66918282] * [ISSUE-66918282] update tests, improve style * [ISSUE-66918282] refactor tests * [ISSUE-66918282] update tests * [ISSUE-66918282] update README and swagger
apidGatewayConfDeploy is a plugin for apid.
Gateways acting as clients will connect to apid; and this plugin will offer configuration updates that occur in the management. The plugin will also download the configuration data from GCS securely, and store it in the local filesystem. They can be fetched by the Gateway via API's as well.
###Configurations
###Blobs
For details, check the file apidGatewayConfDeploy-api.yaml.