Re: [PR] BreakOnFirstError with extra logging [camel]

2023-11-07 Thread via GitHub
orpiske commented on code in PR #11920: URL: https://github.com/apache/camel/pull/11920#discussion_r1384653079 ## components/camel-kafka/src/main/java/org/apache/camel/component/kafka/consumer/support/KafkaRecordProcessor.java: ## @@ -112,30 +115,48 @@ public ProcessingResult pr

Re: [PR] BreakOnFirstError with extra logging [camel]

2023-11-07 Thread via GitHub
orpiske commented on PR #11920: URL: https://github.com/apache/camel/pull/11920#issuecomment-1798156665 Looking at it ... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] BreakOnFirstError with extra logging [camel]

2023-11-07 Thread via GitHub
github-actions[bot] commented on PR #11920: URL: https://github.com/apache/camel/pull/11920#issuecomment-1798102605 ### Components test results: | Total | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | --- | | 2 | 2 | 1 | 1 | -- This is an automated me

Re: [PR] BreakOnFirstError with extra logging [camel]

2023-11-07 Thread via GitHub
github-actions[bot] commented on PR #11920: URL: https://github.com/apache/camel/pull/11920#issuecomment-1798102641 :no_entry_sign: There are (likely) no changes in core core to be tested in this PR -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] BreakOnFirstError with extra logging [camel]

2023-11-06 Thread via GitHub
CodeSmell commented on PR #11920: URL: https://github.com/apache/camel/pull/11920#issuecomment-1795659932 Wasn't sure if should checkin these files under src/generated/resources - kafka.json - spring-main.json - component.properties - other.properties -- This is an automate

Re: [PR] BreakOnFirstError with extra logging [camel]

2023-11-06 Thread via GitHub
github-actions[bot] commented on PR #11920: URL: https://github.com/apache/camel/pull/11920#issuecomment-1795575851 :star2: Thank you for your contribution to the Apache Camel project! :star2: :warning: Please note that the changes on this PR may be **tested automatically**.

[PR] BreakOnFirstError with extra logging [camel]

2023-11-06 Thread via GitHub
CodeSmell opened a new pull request, #11920: URL: https://github.com/apache/camel/pull/11920 # Description This PR has some extra logging related to CAMEL-20044 This PR doesn't match the log files in the issue but is similar This PR is meant as discussion point to work on issues