Interface ProducerConfig

Hierarchy

  • ProducerConfig

Properties

accessMode?: ProducerAccessMode
batchingEnabled?: boolean
batchingMaxMessages?: number
batchingMaxPublishDelayMs?: number
blockIfQueueFull?: boolean
chunkingEnabled?: boolean
compressionType?: CompressionType
cryptoFailureAction?: ProducerCryptoFailureAction
encryptionKey?: string
hashingScheme?: HashingScheme
initialSequenceId?: number
maxPendingMessages?: number
maxPendingMessagesAcrossPartitions?: number
messageRoutingMode?: MessageRoutingMode
producerName?: string
properties?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
publicKeyPath?: string
schema?: SchemaInfo
sendTimeoutMs?: number
topic: string

Generated using TypeDoc