Re: unable to build schema registry

2018-08-24 Thread Ted Yu
The first error was complaining about this class from Kafka clients: clients/src/main/java/org/apache/kafka/common/utils/Timer.java It seems you haven't installed kafka clients jar into local maven repo. You can run the following command under kafka working dir: ./gradlew installAll I just

unable to build schema registry

2018-08-24 Thread Simon Nunn
Getting the following error when trying to build the schema registry. I have tried various versions of kafka, but not sure what I need to do. Any help would be appreciated. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on