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: Read from Oldest Offset for Idle Source Kafka e2e #1731

Merged
merged 15 commits into from
May 16, 2024
Merged

fix: Read from Oldest Offset for Idle Source Kafka e2e #1731

merged 15 commits into from
May 16, 2024

Conversation

yhl25
Copy link
Contributor

@yhl25 yhl25 commented May 15, 2024

fixes #1727

yhl25 added 3 commits May 15, 2024 08:20
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
yhl25 added 4 commits May 15, 2024 11:30
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
yhl25 added 8 commits May 15, 2024 12:11
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
@yhl25 yhl25 changed the title chore: debug e2e tests fix: Read from Oldest Offset for Idle Source Kafka e2e May 15, 2024
@yhl25 yhl25 marked this pull request as ready for review May 15, 2024 14:39
@yhl25 yhl25 requested review from whynowy and vigith as code owners May 15, 2024 14:39
SendMessage(topic, "data", generateMsg("2", startTime), 1)
}
time.Sleep(100 * time.Millisecond)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't this sleep a lot for 600 messages?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We give about 1 minute for Kafka partition lazy loading. It might not take that long, but sometimes creating a Kafka consumer can take a while.

@yhl25 yhl25 merged commit 3759cde into main May 16, 2024
24 checks passed
@yhl25 yhl25 deleted the debug-e2e branch May 16, 2024 06:32
magelisk pushed a commit to magelisk/numaflow that referenced this pull request May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flaky reduce-two-e2e and idle-source-e2e
2 participants