[
https://issues.apache.org/jira/browse/KYLIN-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16548928#comment-16548928
]
ASF subversion and git services commented on KYLIN-2933:
--------------------------------------------------------
Commit 27eb8cd2b8be7cfbb4345f3bef782587248cce18 in kylin's branch
refs/heads/master from GinaZhai
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=27eb8cd ]
KYLIN-2933 fix compilation against the Kafka 1.0.0 release
kafka upgrade
kafka upgrade again
> Fix compilation against the Kafka 1.0.0 release
> -----------------------------------------------
>
> Key: KYLIN-2933
> URL: https://issues.apache.org/jira/browse/KYLIN-2933
> Project: Kylin
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: 翟娜
> Priority: Major
> Fix For: v2.5.0
>
>
> Due to change of class location of SecurityProtocol, KafkaClusterConfig.java
> needs to be modified so that it compiles against the Kafka 1.0.0 release:
> {code}
> -import org.apache.kafka.common.protocol.SecurityProtocol;
> +import org.apache.kafka.common.security.auth.SecurityProtocol;
> {code}
> A compatibility layer may be needed if we support multiple Kafka releases
> simultaneously.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)