Module: SchemaRegistry
- Defined in:
- lib/schema_registry_client.rb,
lib/schema_registry_client/wire.rb,
lib/schema_registry_client/version.rb,
lib/schema_registry_client/schema/avro.rb,
lib/schema_registry_client/schema/base.rb,
lib/schema_registry_client/schema/protobuf.rb,
lib/schema_registry_client/avro_schema_store.rb,
lib/schema_registry_client/output/proto_text.rb,
lib/schema_registry_client/output/json_schema.rb,
lib/schema_registry_client/schema/proto_json_schema.rb,
lib/schema_registry_client/confluent_schema_registry.rb,
lib/schema_registry_client/cached_confluent_schema_registry.rb
Defined Under Namespace
Modules: Output, Schema, Wire Classes: AvroSchemaStore, CachedConfluentSchemaRegistry, Client, ConfluentSchemaRegistry, SchemaError, SchemaNotFoundError
Constant Summary collapse
- VERSION =
"0.1.0"
Class Attribute Summary collapse
-
.avro_schema_path ⇒ Object
Returns the value of attribute avro_schema_path.
Class Attribute Details
.avro_schema_path ⇒ Object
Returns the value of attribute avro_schema_path.
16 17 18 |
# File 'lib/schema_registry_client.rb', line 16 def avro_schema_path @avro_schema_path end |