trond.aabakken
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
Posts
Recent activity by trond.aabakken-
Differentiate between error codes in microservices/dead-letters
CompletedIt would be nice to have the possibility to be able to differentiate between different errors in microservices and have different strategies for retrying based on the response. For example if an ap...
-
Add option to decrypt function
CompletedIt would be nice to have an option to not throw an exception if you try to decrypt a value with the wrong key. We have a deleted entity in our dataset with a value encrypted with an unknown key. Wh...
-
Include UTF8-BOM option in CSV so files can be opened in Excel without conversion
CompletedCSV files from the CSV-endpoint can not be opened in Excel without first importing it, since Excel doesn't understand UTF-8 without BOM. I tried to use utf_8_sig as an encoding, but it seems like S...