[
https://issues.apache.org/jira/browse/CAMEL-20593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17879866#comment-17879866
]
Aurélien Pupier commented on CAMEL-20593:
-----------------------------------------
I started to look at it.
I removed Kafka 2 as it is end of life:
https://github.com/apache/camel/pull/15470
I started to do the migration for kafka 3 with this branch (based on the one
removing kafka 2):
https://github.com/apupier/camel/pull/new/20593-useApacheKafkaContainerImageForTest
Currently all Idempotent tests are failing with:
{noformat}
org.apache.camel.FailedToStartRouteException: Failed to start route
route1 because of java.lang.IllegalArgumentException: Target offsets
must be non-empty
at
org.apache.camel.impl.engine.RouteService.warmUp(RouteService.java:125)
{noformat}
i tried with 3.7.1 and 3.8.0
> camel-kafka - Use official ASF docker images instead of confluent
> -----------------------------------------------------------------
>
> Key: CAMEL-20593
> URL: https://issues.apache.org/jira/browse/CAMEL-20593
> Project: Camel
> Issue Type: Dependency upgrade
> Components: camel-kafka
> Reporter: Claus Ibsen
> Priority: Major
> Fix For: 4.x
>
>
> There are ASF images now we should favour using
> https://hub.docker.com/r/apache/kafka/tags
--
This message was sent by Atlassian Jira
(v8.20.10#820010)