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

e2e test to confirm no data loss #280

Open
juliev0 opened this issue Sep 18, 2024 · 0 comments
Open

e2e test to confirm no data loss #280

juliev0 opened this issue Sep 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@juliev0
Copy link
Collaborator

juliev0 commented Sep 18, 2024

Summary

This can either be a separate test or be incorporated into our existing test, but it should only be for the case of PPND strategy (i.e. not our current DATA_LOSS_PREVENTION=false case).

Our test can perform a topology change going from something like A->B->C to A->C in which the B vertex is slow (so to make sure there's no data loss, we ensure B is drained fully).

What type of Source should we use for A? We can consider http, in which case we need to send to it, or some event driven source such as Kafka.

I created a manual test for this that can be modified as needed. It involves a curl script which sends to an http source, in which the payload is an auto-incrementing number. I think we can improve upon what I did. I can discuss.

Use Cases

When would you use this?


Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants