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

Minor cleanup of SeekableStreamSupervisor classes #17733

Merged
merged 4 commits into from
Feb 18, 2025

Conversation

kfaraz
Copy link
Contributor

@kfaraz kfaraz commented Feb 17, 2025

Changes

  • Change fields minimumMessageTime and maximumMessageTime from Optional to plain nullable fields
  • This does not affect serde of these fields
  • This helps simplify the code. Optional should ideally be used for the result of a computation, not for a field of a config object.
  • Clean up other logs and comments

Copy link
Member

@kgyrtkirk kgyrtkirk left a comment

Choose a reason for hiding this comment

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

thank you @kfaraz for the cleanup;
change look good to me!

@kfaraz
Copy link
Contributor Author

kfaraz commented Feb 18, 2025

Thanks for the review, @kgyrtkirk !

@kfaraz kfaraz merged commit c5e2f82 into apache:master Feb 18, 2025
74 checks passed
@kfaraz kfaraz deleted the minor_cleanup_supervisor branch February 18, 2025 12:09
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.

2 participants