-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Record and Replay immediately #283
Comments
No, but it should most definitely be implemented. It should be as simple as adding another option to the record command to auto-replay against a task. Another possible implementation is to perform the replay as the recording is happening without actually saving the replay. This way you can replay larger periods without having to worry about local disk space, etc. |
Those are both great ideas and would be really useful. The latter makes a lot of sense and at least for the way I use kapacitor I don't have a need to store recordings locally. |
For the later case, do you frequently replay the same recording multiple times or is it more of a 1:1 relation between recording:replay counts? In other words if the later case didn't save the recording at all and just replayed it as it recorded it would that be OK? |
I only replay it once. 1:1 So yes, replaying as it records would be ideal. |
Is there an option to immediately replay a recording after it has been created? If there isn't, can that be implemented? I'd like to be able to start a recording and then have that recording get replayed without waiting for the CLI or HTTP GET to return and then issue a separate replay command.
The text was updated successfully, but these errors were encountered: