This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small improvements to Stock Ticker service
This PR exposes a REST endpoint for the Stock Ticker service so REST clients could query the service for the latest price for a symbol. Unlike with the WebSocket version only one response will be generated for the request. Also as a minor improvement to the experience, now a request made either through REST or WebSocket will be responded immediately instead of after 30 seconds have passed. Signed-off-by: Josh Kim <kjosh@vmware.com>
- Loading branch information
Showing
2 changed files
with
121 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters