Skip to content
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

Closed
gargooza opened this issue Mar 4, 2016 · 4 comments
Closed

Record and Replay immediately #283

gargooza opened this issue Mar 4, 2016 · 4 comments
Milestone

Comments

@gargooza
Copy link

gargooza commented Mar 4, 2016

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.

@nathanielc
Copy link
Contributor

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.

@gargooza
Copy link
Author

gargooza commented Mar 4, 2016

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.

@nathanielc
Copy link
Contributor

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?

@gargooza
Copy link
Author

gargooza commented Mar 4, 2016

I only replay it once. 1:1

So yes, replaying as it records would be ideal.

@nathanielc nathanielc added this to the v0.12 milestone Mar 4, 2016
@nathanielc nathanielc modified the milestones: v0.12, v0.13 Mar 29, 2016
@nathanielc nathanielc modified the milestones: v0.14, v0.13 May 5, 2016
@nathanielc nathanielc mentioned this issue May 10, 2016
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants