-
Notifications
You must be signed in to change notification settings - Fork 926
Closed
Labels
component:schema-registryAny schema registry related isues rather than kafka isolated onesAny schema registry related isues rather than kafka isolated onesenhancementRequesting a feature changeRequesting a feature changequestionA question about how to use or about expected behavior of the libraryA question about how to use or about expected behavior of the librarystatus:help-wantedIssues that would especially appreciate external development or attentionIssues that would especially appreciate external development or attention
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?
Metadata
Metadata
Assignees
Labels
component:schema-registryAny schema registry related isues rather than kafka isolated onesAny schema registry related isues rather than kafka isolated onesenhancementRequesting a feature changeRequesting a feature changequestionA question about how to use or about expected behavior of the libraryA question about how to use or about expected behavior of the librarystatus:help-wantedIssues that would especially appreciate external development or attentionIssues that would especially appreciate external development or attention