Package org.apache.storm.hdfs.avro


package org.apache.storm.hdfs.avro
  • Class
    Description
    This abstract class can be extended to implement concrete classes capable of (de)serializing generic avro objects across a Topology.
     
     
    This class provides a mechanism to utilize the Confluent Schema Registry (https://github.com/confluentinc/schema-registry) for Storm to (de)serialize Avro generic records across a topology.
    A class to help (de)serialize a pre-defined set of Avro schemas.
    A default implementation of the AvroSerializer that will just pass literal schemas back and forth.