Has anyone face the issue on kafka versions api codecrafters test,
In my case I have written some unit tests for the exact same input bytes and my tests are passing where as for the cli is failing and mistakenly selects a wrong version with wrong response
@nindaba Looks like you’ve got past this stage. Do you happen to remember what was wrong? Would love to see if we can improve the tester / instructions.
@ andy1li, I have introduced a Log4j logger into the project, so whenever I used it in the ApiVersions class, it would crush your testers, took me long time debugging, however I just gave up after finding that whenever the logger is present it breaks your testers,
Perhaps its something to deal with the way the logs are collected and the streams are read from the sockets, that they are out of sync