Class: AvroSchemaRegistry::CachedClient
- Inherits:
-
AvroTurf::CachedConfluentSchemaRegistry
- Object
- AvroTurf::CachedConfluentSchemaRegistry
- AvroSchemaRegistry::CachedClient
- Defined in:
- lib/avro_schema_registry/cached_client.rb
Instance Method Summary collapse
-
#lookup_subject_schema(subject, schema) ⇒ Object
delegate additional method to upstream.
Instance Method Details
#lookup_subject_schema(subject, schema) ⇒ Object
delegate additional method to upstream
9 10 11 |
# File 'lib/avro_schema_registry/cached_client.rb', line 9 def lookup_subject_schema(subject, schema) @upstream.lookup_subject_schema(subject, schema) end |