You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/12/28 13:56:40 UTC

[camel] branch regen_bot updated (3be04f0044f -> 594290e3924)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 3be04f0044f Regen for commit ddd5a37cfb0139d10de17bcab9c1b705e052ebdd (#8954)
     add 594290e3924 CAMEL-18844: Fix event console performance degration on high concurrent load due to internal locking. It is okay to not use concurrent queue and instead just a basic array with moving cursor - its okay if an event is overridden.

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/impl/console/EventConsole.java    | 178 ++++++++++-----------
 1 file changed, 89 insertions(+), 89 deletions(-)