Closed martinhynar closed 2 years ago
Released v0.5.1
Thank you.
Thank you for your continuously fantastic support @AtakanColak 🙂
@riferrei No worries but I'd like to express that I'm not using Confluent Schema Registry anymore, and couldn't figure out how to set it on a local docker environment. Hence I don't really have a way of testing the code anymore.
I have few scripts that set Confluent stack, you can use/inspire - https://github.com/martinhynar/dockery-dock/tree/master/kafka-stack
I don't use docker-compose file with all services in one place, as I frequently use only subset and it comes handier for me to just fire script.
I just upgraded to srclient v0.5.0 and my application stated to panic on call GetLatestSchema call when schema does not exist.
In access log to schema registry, I see that the return code is 404. The call itself ends with panic and application is terminated.
The application code is quite straight
However, the error handling is not reached as the application fails with this:
Same application code works correctly with v0.4.0