Open
Description
Hi,
I was trying to run the avro producer and got the following error.
value_schema = avro.load('ValueSchema.avsc')
File "/usr/local/lib/python2.7/site-packages/confluent_kafka/avro/init.py", line 22, in load
with open(fp) as f:
IOError: [Errno 2] No such file or directory: 'ValueSchema.avsc'
Do we need to create ValueSchema.avsc and KeySchema.avcs file?