Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-2933

Fix compilation against the Kafka 1.0.0 release

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • v2.5.0
    • None
    • None

    Description

      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:

      -import org.apache.kafka.common.protocol.SecurityProtocol;
      +import org.apache.kafka.common.security.auth.SecurityProtocol;
      

      A compatibility layer may be needed if we support multiple Kafka releases simultaneously.

      Attachments

        Activity

          People

            Na Zhai Na Zhai
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: