Event Stream Processor Publisher Module Parameters

Specify values for the Event Stream Processor publisher module in the adapter configuration file. This module is specified in the input adapter only.

Paramter Description
ProjectName

Type: string

(Required) Name of the ESP project to which the adapter is connected.

StreamName

Type: string

(Required) Name of the Event Stream Processor stream to which the adapter publishes data.

MaxPubPoolSize

Type: positive integer

(Optional) Specifies the maximum size of the record pool. Record pooling allows for faster publication. Default value is 256.

MaxPubPoolTime

Type: positive integer

(Optional) Specifies the maximum period of time, in milliseconds, for which records are pooled before being published. If not set, pooling time is unlimited and the pooling strategy is governed by maxPubPoolSize. No default value.

UseTransactions

Type: boolean

(Optional) If set to true, pooled messages are published to Event Stream Processor in transactions. If set to false, they are published in envelopes. Default value is false.