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

queue: encapsulate deserialization details in Queue class #9

Merged

Conversation

yaauie
Copy link

@yaauie yaauie commented Feb 13, 2025

PR feedback for https://github.com/elastic/logstash/pull/17050/files

  • avoid exporting intermediate batch-holder from Queue methods by making the methods that use them private or package-private
  • make the intermediate batch-holder a private inner class of Queue with a descriptive name SerializedBatchHolder

 - avoid exporting intermediate batch-holder from `Queue` methods by making
   the methods that use them private or package-private
 - make the intermediate batch-holder a private inner class of `Queue` with
   a descriptive name `SerializedBatchHolder`
@jsvd jsvd merged commit 103a05e into jsvd:unlock_queue_deserialization Feb 17, 2025
1 check passed
@yaauie yaauie deleted the unlock_queue_deser_refactor branch February 18, 2025 17:05
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.

2 participants