You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently beats only write state with the registry with the addition of the Keystore in #5687 we will have another way to write content to disk. We should refactor the writing to disk to a common abstraction that can be used in both context.
A few things that need to be supported:
Write to a temporary file
Replace an existing file
If something go wrong abort and keep the original file in place.
Currently beats only write state with the registry with the addition of the Keystore in #5687 we will have another way to write content to disk. We should refactor the writing to disk to a common abstraction that can be used in both context.
A few things that need to be supported:
Related code:
The text was updated successfully, but these errors were encountered: