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
Hi there, I am now using Fluency in multiple applications that runs in a same server, that is, we have multiple fluency instances run in same server . In order to ease the file resources maintenance of the system, we configure the fileBackupDir to a same system folder.
For example, we have fluency instance A and B run in server 1 and fileBackupDir is C:\backup. During the testing, if we shutdown both instance A and B, both backup file will be saved in C:\backup for both instance A and B. If we start fluency instance A only afterward, we find out that fluency A will read all backup files including instance's B file and flush. However we only want to flush instance A's backup if we start instance A only.
Is it possible to add a parameter fileBackupPrefix inside FluencyBuilder and pass in this property to Buffer.Config? So that we can have different backup file names for different fluency instances. Thanks!
The text was updated successfully, but these errors were encountered:
We have multiple instances, more than 5 in single server, if we define multiple backup folders, we need to have 5+ deployment packages (with different config files), that's more difficult to manage.
So we want to centralize the backup file storage in 1 single folder, this is more easy to maintain (backup/restore/housekeep).
I still don't get the point. It sounds you still need to maintain 5+ different config files for fileBackupPrefix. I don't think it's better than using fileBackupDir. Also, putting different applications' backup files in a single directory isn't good practice, I think.
Hi there, I am now using Fluency in multiple applications that runs in a same server, that is, we have multiple fluency instances run in same server . In order to ease the file resources maintenance of the system, we configure the fileBackupDir to a same system folder.
For example, we have fluency instance A and B run in server 1 and fileBackupDir is C:\backup. During the testing, if we shutdown both instance A and B, both backup file will be saved in C:\backup for both instance A and B. If we start fluency instance A only afterward, we find out that fluency A will read all backup files including instance's B file and flush. However we only want to flush instance A's backup if we start instance A only.
Is it possible to add a parameter fileBackupPrefix inside FluencyBuilder and pass in this property to Buffer.Config? So that we can have different backup file names for different fluency instances. Thanks!
The text was updated successfully, but these errors were encountered: