Skip to content

[8.x] Remove usages of TransportMessage (#126375) #126424

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

Merged

Conversation

DaveCTurner
Copy link
Contributor

Backports the following commits to 8.x:

This base class is kinda pointless: everywhere it's used we can either
be more specific (e.g. choosing between `TransportRequest` or
`TransportResponse`) or more general (e.g. choosing `Writeable`). This
commit removes all the usages apart from the `extends` clauses of its
direct descendants.
@DaveCTurner DaveCTurner added :Core/Infra/Transport API Transport client API >refactoring auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Core/Infra Meta label for core/infra team labels Apr 7, 2025
@elasticsearchmachine elasticsearchmachine merged commit 2778f2a into elastic:8.x Apr 7, 2025
15 checks passed
@DaveCTurner DaveCTurner deleted the backport/8.x/pr-126375 branch April 7, 2025 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport :Core/Infra/Transport API Transport client API >refactoring Team:Core/Infra Meta label for core/infra team v8.19.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants