Closed octavz closed 4 years ago
Hi! And thanks for raising the issue!
You are stumbling into a regression that has already been fixed: https://github.com/adevinta/zoe/issues/1
Can you update zoe to the last version and try again?
Hi, ty for answering, with the latest version works, apart from the bug the rest of the stuff is still nice to have or even required for me.
Thanks a lot @octavz for the feedback. We will soon make it available to override any configuration from the command call :+1:
Hi, Seems like a nice tool but it has really bad configuration, and basically no defaults. I spent 10-20 mins trying to make this work to no avail.
I understand that your needs included having
runners
, I am using Kafka for years and I never felt the need to have this option, if you want to make it friendlier split the config in 2, one with basic things like kafka hosts and if you must the ser/de and move the runners part somewhere else, most people will only need to run it locally.Even more having a switch
zoe -h mykafka:9092
overriding any configuration, would make it even more usable, in my setup I sometimes run multiple kafka (integration tests) on the same machine, attached to random ports, it would be impossible for me to edit a configuration each time I want to see if my tests created the proper topics.See my crash below.
My config:
Running:
leads to
Thank you