Sha256: c71765b13c8a133dffaed5b343f6893d79f90f030ac7023b8c91004a352e3c24

Contents?: true

Size: 309 Bytes

Versions: 3

Compression:

Stored size: 309 Bytes

Contents

require 'avro_turf/cached_confluent_schema_registry'

module AvroSchemaRegistry
  class CachedClient < AvroTurf::CachedConfluentSchemaRegistry

    # delegate additional method to upstream
    def lookup_subject_schema(subject, schema)
      @upstream.lookup_subject_schema(subject, schema)
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
avro_schema_registry-client-0.3.0 lib/avro_schema_registry/cached_client.rb
avro_schema_registry-client-0.2.0 lib/avro_schema_registry/cached_client.rb
avro_schema_registry-client-0.1.0 lib/avro_schema_registry/cached_client.rb