Cristian Chiovari

Results 3 issues of Cristian Chiovari

in SchemaEvolutionExamples there is a camel case error and the sample fails should be final File file = new File("customerV1.avro");

installing flask command was missing

Installing flask on GitPod environment is missing from the list of commands cd backend-flask export FRONTEND_URL="*" export BACKEND_URL="*" #installing flask command missing pip3 install -r requirements.txt python3 -m flask run...