-
Notifications
You must be signed in to change notification settings - Fork 5k
[Kafka] Update sarama to include error handling fix #44622
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
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
cmacknz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, should have a changelog for this fix though.
|
@Mergifyio backport 8.17 8.18 8.19 9.0 |
✅ Backports have been createdDetails
|
This PR updates Sarama to the current Elastic fork, targeting the commit: ``` commit 7672917f26b6112627457d6bd1736a8636449c5b (HEAD, upstream/beats-fork) Merge: e414b10 a10b157 Author: Fae Charlton <[email protected]> Date: Tue Jun 3 13:51:45 2025 -0400 Merge pull request #28 from faec/broker-rst-fix Clean up broker connections when returning a short-circuit error during metadata fetch ``` This includes the fix for #44606. (cherry picked from commit 4195119) # Conflicts: # NOTICE.txt # go.mod # go.sum
This PR updates Sarama to the current Elastic fork, targeting the commit: ``` commit 7672917f26b6112627457d6bd1736a8636449c5b (HEAD, upstream/beats-fork) Merge: e414b10 a10b157 Author: Fae Charlton <[email protected]> Date: Tue Jun 3 13:51:45 2025 -0400 Merge pull request #28 from faec/broker-rst-fix Clean up broker connections when returning a short-circuit error during metadata fetch ``` This includes the fix for #44606. (cherry picked from commit 4195119) # Conflicts: # NOTICE.txt # go.mod # go.sum
This PR updates Sarama to the current Elastic fork, targeting the commit: ``` commit 7672917f26b6112627457d6bd1736a8636449c5b (HEAD, upstream/beats-fork) Merge: e414b10 a10b157 Author: Fae Charlton <[email protected]> Date: Tue Jun 3 13:51:45 2025 -0400 Merge pull request #28 from faec/broker-rst-fix Clean up broker connections when returning a short-circuit error during metadata fetch ``` This includes the fix for #44606. (cherry picked from commit 4195119)
This PR updates Sarama to the current Elastic fork, targeting the commit: ``` commit 7672917f26b6112627457d6bd1736a8636449c5b (HEAD, upstream/beats-fork) Merge: e414b10 a10b157 Author: Fae Charlton <[email protected]> Date: Tue Jun 3 13:51:45 2025 -0400 Merge pull request #28 from faec/broker-rst-fix Clean up broker connections when returning a short-circuit error during metadata fetch ``` This includes the fix for #44606. (cherry picked from commit 4195119) # Conflicts: # NOTICE.txt # go.mod # go.sum
…ng fix (#44645) * [Kafka] Update sarama to include error handling fix (#44622) This PR updates Sarama to the current Elastic fork, targeting the commit: ``` commit 7672917f26b6112627457d6bd1736a8636449c5b (HEAD, upstream/beats-fork) Merge: e414b10 a10b157 Author: Fae Charlton <[email protected]> Date: Tue Jun 3 13:51:45 2025 -0400 Merge pull request #28 from faec/broker-rst-fix Clean up broker connections when returning a short-circuit error during metadata fetch ``` This includes the fix for #44606. (cherry picked from commit 4195119) # Conflicts: # NOTICE.txt # go.mod # go.sum * fix broken merge * make notice --------- Co-authored-by: Fae Charlton <[email protected]>
…g fix (#44647) * [Kafka] Update sarama to include error handling fix (#44622) This PR updates Sarama to the current Elastic fork, targeting the commit: ``` commit 7672917f26b6112627457d6bd1736a8636449c5b (HEAD, upstream/beats-fork) Merge: e414b10 a10b157 Author: Fae Charlton <[email protected]> Date: Tue Jun 3 13:51:45 2025 -0400 Merge pull request #28 from faec/broker-rst-fix Clean up broker connections when returning a short-circuit error during metadata fetch ``` This includes the fix for #44606. (cherry picked from commit 4195119) # Conflicts: # NOTICE.txt # go.mod # go.sum * fix broken merge * make notice --------- Co-authored-by: Fae Charlton <[email protected]>
This PR updates Sarama to the current Elastic fork, targeting the commit: ``` commit 7672917f26b6112627457d6bd1736a8636449c5b (HEAD, upstream/beats-fork) Merge: e414b10 a10b157 Author: Fae Charlton <[email protected]> Date: Tue Jun 3 13:51:45 2025 -0400 Merge pull request #28 from faec/broker-rst-fix Clean up broker connections when returning a short-circuit error during metadata fetch ``` This includes the fix for #44606. (cherry picked from commit 4195119) Co-authored-by: Fae Charlton <[email protected]>
This PR updates Sarama to the current Elastic fork, targeting the commit:
This includes the fix for #44606.