[OPENIDM-15751] Buffer request and responses Created: 03/Nov/20 Updated: 01/Feb/21 Resolved: 01/Feb/21 |
|
Status: | Closed |
Project: | OpenIDM |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Story | Priority: | Major |
Reporter: | Jon Branch | Assignee: | Unassigned |
Resolution: | Won't Do | Votes: | 0 |
Labels: | DIXON | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
||||||||
Target Version/s: | |||||||||
Epic Link: | RCS V2 |
Description |
Add message buffering to deal with transient network outages + config Messages are already buffered, but we need to do testing to determine correct behavior under different circumstances and max buffer size. In some circumstances, buffered messages are no longer relevant, so they should be "short term" in practice. |
Comments |
Comment by Travis Haagen [ 01/Feb/21 ] |
We removed the buffering strategy in favor of tracking requests/response messages. This new strategy encourages IDM to try requests later after some configurable time period. See |