one thing that got us was, since we were using kafka with security but not using Kafka idempotency, we had to add the following flag. As usual, kafka messages were not helpful.
camel.component.kafka.enable-idempotence=false On Fri, Oct 6, 2023 at 3:49 AM Claus Ibsen <[email protected]> wrote: > Hi > > If you have been migrating to Camel 4 already, then any feedback is > welcome. > > You can comment in the PR, or post here in the mailing list > https://github.com/apache/camel-website/pull/1071 > > > > > -- > Claus Ibsen > ----------------- > @davsclaus > Camel in Action 2: https://www.manning.com/ibsen2 >
