Skip to content

Conversation

@ahmedabu98
Copy link
Contributor

No description provided.

@github-actions
Copy link
Contributor

This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the [email protected] list. Thank you for your contributions.

@github-actions github-actions bot added the stale label Apr 16, 2025
@github-actions
Copy link
Contributor

This pull request has been closed due to lack of activity. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time.

@github-actions github-actions bot closed this Apr 23, 2025
@ahmedabu98 ahmedabu98 marked this pull request as ready for review May 28, 2025 23:09
@github-actions
Copy link
Contributor

Assigning reviewers:

R: @robertwb for label java.
R: @damccorm for label build.

Note: If you would like to opt out of this review, comment assign to next reviewer.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).


int multiplier = this.startMultiplier;
long elapsedTimeMillis = timestamp.getMillis() - startTimesMillis;
long elapsedTimeMillis = Instant.now().getMillis() - startTimesMillis;
Copy link
Contributor

Choose a reason for hiding this comment

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

What are you trying to accomplish here? One side effect of this change is that now 2 different load tests will send different volumes of messages (e.g. if I'm slow processing messages, I'll get extra messages because more of them will have late timestamps).

I'm not super familiar with this code, so possible I'm misunderstanding the previous behavior, but growing load like this seems like it could be suboptimal

readPipeline
.getOptions()
.as(DataflowPipelineOptions.class)
.setNumWorkers(configuration.numWorkers / 5);
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is read so much lower than write?


/**
* Determines whether to use Dataflow runner v2. If set to true, it uses SDF mode for reading
* from Kafka. Otherwise, Unbounded mode will be used.
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this comment needs updated

@github-actions
Copy link
Contributor

Reminder, please take a look at this pr: @robertwb @damccorm

@damccorm
Copy link
Contributor

waiting on author

@github-actions
Copy link
Contributor

This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the [email protected] list. Thank you for your contributions.

@github-actions github-actions bot added the stale label Aug 10, 2025
@derrickaw
Copy link
Collaborator

Hi @ahmedabu98, is this PR still valid? Thanks!

@github-actions github-actions bot removed the stale label Aug 13, 2025
@ahmedabu98 ahmedabu98 marked this pull request as draft September 2, 2025 14:53
@github-actions
Copy link
Contributor

github-actions bot commented Nov 2, 2025

This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the [email protected] list. Thank you for your contributions.

@github-actions github-actions bot added the stale label Nov 2, 2025
@derrickaw
Copy link
Collaborator

not stale

@github-actions github-actions bot removed the stale label Nov 4, 2025
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.

3 participants