Draft: Update FaultData to include Operations/Parameter instances
When a fault is detected, store the serialized Operation/Parameter instances to the database in TEXT columns.
-
Update FaultDatato include serializedOperationandParameterinstances -
Add methods to Repositoryallowing saving/loading the stored fault data -
Store the following requests on fault -
Recorded Request Operation -
Recorded Parameter -
Recorded Response Operation -
Original Request Operation -
Original Parameter -
Actual Request Operation -
Actual Parameter -
Actual Response Operation
-
-
Add a database migration -
Make sure to validate that IsSecretis not lost
Edited by Michael Eddington