Re: [PR] CAMEL-20218: Use a single Kafka consumer with assign() call [camel]

2024-01-23 Thread via GitHub
valdar commented on PR #12777: URL: https://github.com/apache/camel/pull/12777#issuecomment-1905875447 Thanks for your contribution @tashoyan -- 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 s

Re: [PR] CAMEL-20218: Use a single Kafka consumer with assign() call [camel]

2024-01-15 Thread via GitHub
tashoyan commented on PR #12777: URL: https://github.com/apache/camel/pull/12777#issuecomment-1892319222 Same modification, but for the 3.22.x branch: https://github.com/apache/camel/pull/12797 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] CAMEL-20218: Use a single Kafka consumer with assign() call [camel]

2024-01-15 Thread via GitHub
orpiske merged PR #12777: URL: https://github.com/apache/camel/pull/12777 -- 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 unsubscribe, e-mail: commits-unsubscr...@camel.apac

Re: [PR] CAMEL-20218: Use a single Kafka consumer with assign() call [camel]

2024-01-15 Thread via GitHub
orpiske commented on PR #12777: URL: https://github.com/apache/camel/pull/12777#issuecomment-1892166088 Thanks for your contribution @tashoyan -- 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

Re: [PR] CAMEL-20218: Use a single Kafka consumer with assign() call [camel]

2024-01-15 Thread via GitHub
orpiske commented on PR #12777: URL: https://github.com/apache/camel/pull/12777#issuecomment-1891624765 I'll review this one today. -- 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 c

Re: [PR] CAMEL-20218: Use a single Kafka consumer with assign() call [camel]

2024-01-12 Thread via GitHub
github-actions[bot] commented on PR #12777: URL: https://github.com/apache/camel/pull/12777#issuecomment-1889810814 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

[PR] CAMEL-20218: Use a single Kafka consumer with assign() call [camel]

2024-01-12 Thread via GitHub
tashoyan opened a new pull request, #12777: URL: https://github.com/apache/camel/pull/12777 Use a single Kafka consumer with `assign()` call to consume all cached entries from the beginning of the Kafka topic. # Description The existing implementation of `KafkaIdempotentReposit