kafka
kafka copied to clipboard
Version up mesos to 1.3.0
Hi, I used mesos-kafka in mesos version 1.3.0. However, it was not started up because it was built mesos version 0.28.0. So, I update mesos version to 1.3.0.
I checked running in mesos version 1.3.0.
Please this pull request. Thanks
What error did you get when starting up? Would going to 1.0.0 be enough to fix it? Otherwise, what's the minimum master version the 1.3.0 driver can support?
@steveniemitz Thank you reviewing!!
What error did you get when starting up? Would going to 1.0.0 be enough to fix it?
Oh...Sorry. I forgot to store the error log. But, when I used mesos kafka building in mesos 0.28, mesos agent didn't boot kafka broker.
what's the minimum master version the 1.3.0 driver can support?
I verified that it is running in version 1.1.0 of mesos master/agent So, I think that it will be running in version 1.x.x . maybe...
I think this is fine at this point. I'll add a note that the driver version can be changed if needed. This breaks a lot of the unit tests though, can you look into those?