apache / camel-quarkus

Apache Camel Quarkus
https://camel.apache.org
Apache License 2.0
254 stars 189 forks source link

Remove custom kafka test container for FIPS with new version of image #6374

Closed JiriOndrusek closed 1 week ago

JiriOndrusek commented 3 weeks ago

Description

Workaround introduced in https://github.com/apache/camel-quarkus/pull/6091 won't be necessary with the new version of strimz<i kafka image. The fix was merged (see https://github.com/strimzi/test-container-images/pull/26)

Once the fix is part of the image, the custom image can be removed (https://github.com/apache/camel-quarkus/blob/main/integration-tests-support/kafka/src/main/java/org/apache/camel/quarkus/test/support/kafka/KafkaTestResource.java#L77-L84) and the code can be made easier.

jamesnetherton commented 3 weeks ago

Duplicate of https://github.com/apache/camel-quarkus/issues/6097.

jamesnetherton commented 1 week ago

I'll close as it's a duplicate.