Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Small improvements to Stock Ticker service #21

Merged

Conversation

jooskim
Copy link
Collaborator

@jooskim jooskim commented Aug 17, 2021

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

@jooskim jooskim force-pushed the topic/kjosh/stock-ticker-sample-svc branch from 26eaa58 to 5fcdafc Compare August 17, 2021 21:10
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>
@jooskim jooskim force-pushed the topic/kjosh/stock-ticker-sample-svc branch from 5fcdafc to c6a6d29 Compare August 17, 2021 21:14
Copy link
Collaborator

@daveshanley daveshanley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me!

@jooskim jooskim merged commit 733b4b1 into vmware-archive:main Aug 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants