We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f2a1f commit 4827a75Copy full SHA for 4827a75
confluent_kafka/avro/__init__.py
@@ -53,7 +53,8 @@ def __str__(self):
53
54
55
from confluent_kafka.avro.cached_schema_registry_client import CachedSchemaRegistryClient
56
-from confluent_kafka.avro.serializer import (KeySerializerError,
+from confluent_kafka.avro.serializer import (SerializerError,
57
+ KeySerializerError,
58
ValueSerializerError)
59
from confluent_kafka.avro.serializer.message_serializer import MessageSerializer
60
0 commit comments