This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-3.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git
from 0b691204ac9 CAMEL-20864: camel-kafka - Add option to producer for
useIterator so you can force send message as a single kafka record. (#14492)
new 4477bbac44d CAMEL-20835: camel-core - Multicast/RecipientList use
LRUCache with configurable cacheSize for internal errorHandler cache to avoid
OOM. Thanks to Arthur Naseef for reproducer. (#14553)
new 62bfa7b9ab8 CAMEL-20835: camel-core - Multicast/RecipientList use
LRUCache with configurable cacheSize for internal errorHandler cache to avoid
OOM. Thanks to Arthur Naseef for reproducer.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../camel/processor/DefaultProcessorFactory.java | 2 +-
.../apache/camel/processor/MulticastProcessor.java | 43 ++++++++++++++--------
.../org/apache/camel/processor/RecipientList.java | 4 +-
.../camel/processor/RecipientListProcessor.java | 5 ++-
.../java/org/apache/camel/processor/Splitter.java | 26 +------------
.../org/apache/camel/reifier/MulticastReifier.java | 2 +-
6 files changed, 36 insertions(+), 46 deletions(-)