-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support in OpenrCtrl server for longPollAdj API (25/N)
Summary: As per discussion, Ebb will use longPoll API to mimick the server side "PUSH" behavior for any "adj:" key change. This diff contains: 1). thrift API definition; 2). server side handler logic to handle client requests and return when kvStore updates received; 3). lazy cleanup when there is KvStore publication happened. Cleanup will be based on timestamp. 4). UT to mimick client side receive/timeout cases; Reviewed By: saifhhasan Differential Revision: D17817739 fbshipit-source-id: 3d19134ed97ed0f8d648098a95902150455fd2b6
- Loading branch information
1 parent
93649bf
commit afa42e3
Showing
6 changed files
with
384 additions
and
2 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
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
Oops, something went wrong.