Skip to content

avoid calling missing method on kafka-clients 4.x - #4136

Merged
SylvainJuge merged 5 commits into
elastic:mainfrom
SylvainJuge:kafka-header-4.x
Jul 3, 2025
Merged

avoid calling missing method on kafka-clients 4.x#4136
SylvainJuge merged 5 commits into
elastic:mainfrom
SylvainJuge:kafka-header-4.x

Conversation

@SylvainJuge

@SylvainJuge SylvainJuge commented Jul 2, 2025

Copy link
Copy Markdown
Member

What does this PR do?

Fixes #4135

Checklist

@github-actions

github-actions Bot commented Jul 2, 2025

Copy link
Copy Markdown

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@SylvainJuge
SylvainJuge marked this pull request as ready for review July 2, 2025 08:03
@SylvainJuge
SylvainJuge requested a review from a team as a code owner July 2, 2025 08:03
@SylvainJuge SylvainJuge self-assigned this Jul 2, 2025
JonasKunz
JonasKunz previously approved these changes Jul 3, 2025

@JonasKunz JonasKunz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, nicely solved! Would be great if you could find a way to add a version test with 4.0

@SylvainJuge

Copy link
Copy Markdown
Member Author

I tried to add proper testing with 4.0.0 client (which has just been released a few weeks ago), but this would be quite a challenging task, there is a hint about this here, doing so would likely require to create extra test modules and rework a bit existing tests, so definitely not a trivial effort.

@SylvainJuge
SylvainJuge enabled auto-merge (squash) July 3, 2025 08:53
@SylvainJuge
SylvainJuge merged commit 59a7f9b into elastic:main Jul 3, 2025
17 checks passed
@SylvainJuge
SylvainJuge deleted the kafka-header-4.x branch July 3, 2025 09:40
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.

avoid NoSuchMethodError with maxUsableProduceMagic Kafka method

2 participants