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

fix: add delay before executing reset #69

Merged
merged 6 commits into from
Sep 11, 2023
Merged

fix: add delay before executing reset #69

merged 6 commits into from
Sep 11, 2023

Conversation

ishanarya0
Copy link
Member

@ishanarya0 ishanarya0 commented Sep 8, 2023

  • kafka takes some time before it registers the stopped consumer
  • hence when we try to attempt the reset immediately, it fails
  • even though it fails, it does not return a failed response
  • adding a delay of 10 seconds before performing reset

- kafka takes some time before it registers the stopped consumer
- hence when we try to attemp the reset immediately, it fails
- even though it fails, it does not return a failed response
modules/firehose/driver_sync.go Outdated Show resolved Hide resolved
modules/firehose/driver_sync.go Outdated Show resolved Hide resolved
modules/firehose/driver.go Outdated Show resolved Hide resolved
@ishanarya0 ishanarya0 merged commit 4137fee into main Sep 11, 2023
4 checks passed
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

Successfully merging this pull request may close these issues.

None yet

4 participants