Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EncodedSchemaProducerRecord<TValue, TKey>

Type parameters

  • TValue

    The type of the the kafka message value, before its encoded

  • TKey

Hierarchy

Index

Properties

acks?: number
compression?: CompressionTypes
keySchema?: ConfluentSchema | RawAvroSchema
messages: EncodedMessage<TValue, TKey>[]
schema: ConfluentSchema | RawAvroSchema
timeout?: number
topic: string

Generated using TypeDoc