There was an error while loading. Please reload this page.
1 parent 6a89a81 commit 082df8fCopy full SHA for 082df8f
src/confluent_kafka/schema_registry/_async/protobuf.py
@@ -30,7 +30,7 @@
30
reference_subject_name_strategy,
31
topic_subject_name_strategy,
32
prefix_schema_id_serializer, dual_schema_id_deserializer)
33
-from confluent_kafka.schema_registry.schema_registry_client import SchemaRegistryClient
+from confluent_kafka.schema_registry.schema_registry_client import AsyncSchemaRegistryClient
34
from confluent_kafka.schema_registry.common.protobuf import _bytes, _create_index_array, \
35
_init_pool, _is_builtin, _schema_to_str, _str_to_proto, transform, _ContextStringIO, PROTOBUF_TYPE
36
from confluent_kafka.schema_registry.rule_registry import RuleRegistry
0 commit comments