Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.17.0
-
None
-
Unknown
Description
Quoting from this comment: https://github.com/apache/camel/pull/7518#issuecomment-1133016320
@orpiske the async commit process seems to be broken. The commit() function in DefaultKafkaManualAsyncCommit calls a forceCommit() function which is synchronous. And when fixing it using the commit() function (async with the manager), the test throw a ConcurrentModificationException(). We need to reintroduce a ConcurrentQueue storing commits which should be process by the main kafka consumer polling loop and thread.
Attachments
Issue Links
- links to