MohammadChalaki98
MohammadChalaki98
> I use `centos 7` and my kafka apache version is: `kafka_2.11-0.11.0.1` and zookeeper is: `zookeeper-3.4.12` > kafka-rest-proxy config is: > > ``` > #id=kafka-rest-test-server > #schema.registry.url=http://localhost:8081 > zookeeper.connect=192.168.190.37:2181,192.168.190.38:2181,192.168.190.39:2181/kafka >...
> @daxiangxiaoyi If you can afford to, please clear your local maven repo or at least move it. > > ```shell > mv ~/.m2 ~/.m2.old > git clone https://github.com/confluentinc/kafka.git >...
> Try reading the README > > https://github.com/confluentinc/kafka#installing-the-jars-to-the-local-maven-repository I've done everything as supposed, still getting error The POM for io.confluent:resolver-maven-plugin:jar:0.4.0 is missing, no dependency information available
> That's correct, this is a very recent change in requirements. I think we're considering just pushing that plugin to maven central so it's easier to get to. It will...
> The version you're getting an error for is 9 days old Sorry for the bother, I've cloned the resolver package and tried to mvn it. But I'm still getting...