Re: kafka client 2.0.1 compatibility with kafka broker 0.10.0.1

2019-08-27 Thread Upendra Yadav
FYI: I changed the dependencies of brooklin to use kafka 0.10.0.1. But compilation is getting failed. 1st failure related test case where it trying to create KafkaServer, where constructor args mismatch. I have changed KafkaServer creation API to old one, but another set of issues: brooklin having

kafka client 2.0.1 compatibility with kafka broker 0.10.0.1

2019-08-26 Thread Upendra Yadav
Hi, We have kafka brokers with kafka version 0.10.0.1. And brooklin(https://github.com/linkedin/brooklin) is using kafka client - 2.0.1. I'm testing brooklin for kafka mirroring, Due to kafka version mismatch, Do you see any issue while using brooklin kafka-mirror with our kafka brokers? Or in g