Page MenuHomePhabricator

[services] Tunnelbroker - Disable messages persistence config parameter
ClosedPublic

Authored by max on Feb 6 2023, 2:47 AM.
Tags
None
Referenced Files
F2016701: D6622.id22115.diff
Sat, Jun 15, 7:28 AM
Unknown Object (File)
Fri, Jun 14, 9:57 PM
Unknown Object (File)
Tue, Jun 11, 8:04 PM
Unknown Object (File)
Sun, Jun 9, 10:15 AM
Unknown Object (File)
Sun, Jun 9, 10:12 AM
Unknown Object (File)
Sun, Jun 9, 6:47 AM
Unknown Object (File)
Sun, Jun 9, 6:47 AM
Unknown Object (File)
Sun, Jun 9, 6:47 AM
Subscribers

Details

Summary

This diff introduces adding the messages.skip_persistence config flag to disable the persistence of the message using the DynamoDB database in a Tunnelbroker.

Linear task: ENG-2641

Test Plan

Adding the skip_persistence flag to the [messages] section of the config file results in a true return from the isParameterSet('messages.skip_persistence') function call.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

max held this revision as a draft.
max edited the test plan for this revision. (Show Details)
max added a reviewer: bartek.
This revision is now accepted and ready to land.Feb 7 2023, 9:01 AM

Rebasing on master, fixing based on D6749 changes.