View Issue Details

IDProjectCategoryView StatusLast Update
0008802Talerlibeufin-nexuspublic2024-05-06 10:01
ReporterFlorian Dold Assigned ToAntoine A  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Target Version0.14 
Summary0008802: EBICS: consider sending negative ack for test requests; only send positive ack when data was stored in DB
DescriptionThe last step of an EBICS download transaction is the customer acknowledgement. We're currently always sending a positive acknowledgement.

That, however, means that data can be lost when we're querying without an explicit date range.

That's not critical, as we should still eventually do a full query with a date range (say, once per day or every few hours). I'm not sure if that is implemented though.

To make querying data without an explicit date range more robust, we should negatively acknowledge the download unless we have really processed the data and stored it in our DB.
TagsNo tags attached.

Activities

Antoine A

2024-05-06 10:01

developer   ~0022357

I added a --dry-run flag to the test command in 2bc9b85d82aabb656fc9894430eaad53ab22f2ce

Issue History

Date Modified Username Field Change
2024-05-05 16:09 Florian Dold New Issue
2024-05-05 16:09 Florian Dold Status new => assigned
2024-05-05 16:09 Florian Dold Assigned To => Antoine A
2024-05-06 10:01 Antoine A Note Added: 0022357
2024-05-06 10:01 Antoine A Target Version 0.11 => 0.14