You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Nicolas Filotto (Jira)" <ji...@apache.org> on 2023/05/29 17:30:00 UTC

[jira] [Commented] (CAMEL-19401) Typo in kafka image name in ContainerLocalKafkaService

    [ https://issues.apache.org/jira/browse/CAMEL-19401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17727156#comment-17727156 ] 

Nicolas Filotto commented on CAMEL-19401:
-----------------------------------------

Good catch, thank you for reporting it

> Typo in kafka image name in ContainerLocalKafkaService
> ------------------------------------------------------
>
>                 Key: CAMEL-19401
>                 URL: https://issues.apache.org/jira/browse/CAMEL-19401
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-kafka, tests
>    Affects Versions: 3.20.5
>            Reporter: Yulia Buzlukova
>            Assignee: Nicolas Filotto
>            Priority: Major
>
> Typo in kafka image name in [ContainerLocalKafkaService.java|https://github.com/apache/camel/blob/camel-3.20.x/test-infra/camel-test-infra-kafka/src/test/java/org/apache/camel/test/infra/kafka/services/ContainerLocalKafkaService.java#L28] in 3.20.5 (not in main branch though).
> {code:java}
> public static final String KAFKA3_IMAGE_NAME = "confluentinc/cp-kafkai:7.3.2";
> {code}
> should be 
> {code:java}
> public static final String KAFKA3_IMAGE_NAME = "confluentinc/cp-kafka:7.3.2";
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)