Packages

package formatter

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractSchemaBasedRecordFormatter[K, V] extends RecordFormatter
  2. class AvroToJsonFormatter[K, V] extends AbstractSchemaBasedRecordFormatter[K, V]

    Formatter uses writer schema ids to assure test data represent raw events data, without schema evolution (which adjusts data to reader schema).

    Formatter uses writer schema ids to assure test data represent raw events data, without schema evolution (which adjusts data to reader schema). Test data record contains data of ConsumerRecord and contains key and value schema ids (see [SchemaBasedSerializableConsumerRecord]).

  3. class AvroToJsonFormatterFactory extends RecordFormatterFactory

    RecordFormatter factory for kafka avro sources with avro payload.

  4. case class SchemaBasedSerializableConsumerRecord[K, V](keySchemaId: Option[SchemaId], valueSchemaId: Option[SchemaId], consumerRecord: SerializableConsumerRecord[K, V]) extends Product with Serializable

Value Members

  1. object SchemaBasedSerializableConsumerRecord extends Serializable

Ungrouped