Skip to content

CAMEL-19285: prevent Kafka client from entering an endless loop#10542

Merged
orpiske merged 1 commit intoapache:mainfrom
orpiske:camel-4x-19285
Jun 29, 2023
Merged

CAMEL-19285: prevent Kafka client from entering an endless loop#10542
orpiske merged 1 commit intoapache:mainfrom
orpiske:camel-4x-19285

Conversation

@orpiske
Copy link
Contributor

@orpiske orpiske commented Jun 29, 2023

When an authentication error is thrown by Kafka, this could cause an endless loop in the client. Potentially affecting the Kafka broker due to an excessive connection retries in a short period.

This prevents authentication related errors to cause this.

@github-actions
Copy link
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🐫 Maintainers, please note that first-time contributors require manual approval for the GitHub Actions to run.

⚠️ Please note that the changes on this PR may be tested automatically if they change components.

🤖 Use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

If necessary Apache Camel Committers may access logs and test results in the job summaries!

@github-actions
Copy link
Contributor

Components test results:

Total Tested Failed ❌ Passed ✅
1 1 1 0

@github-actions
Copy link
Contributor

🚫 There are (likely) no changes in core core to be tested in this PR

When an authentication error is thrown by Kafka, this could cause an endless loop in the client. Potentially affecting the Kafka broker due to an excessive connection retries in a short period.

This prevents authentication related errors to cause this.
@github-actions
Copy link
Contributor

Components test results:

Total Tested Failed ❌ Passed ✅
1 1 0 1

@github-actions
Copy link
Contributor

🚫 There are (likely) no changes in core core to be tested in this PR

@github-actions
Copy link
Contributor

Components test results:

Total Tested Failed ❌ Passed ✅
1 1 0 1

@github-actions
Copy link
Contributor

🚫 There are (likely) no changes in core core to be tested in this PR

@orpiske orpiske merged commit 106200e into apache:main Jun 29, 2023
@orpiske orpiske deleted the camel-4x-19285 branch October 1, 2024 13:16
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