Show TOC

EspMultiStreamPublisher ConfigurationLocate this document in the navigation structure

Specify values for the ESP MultiStream Publisher module in the adapter configuration file. This module is specified only for an input adapter.

XML Element Description
Streams

(Required) Element containing the Stream, ProjectName, StreamName, and ColumnMapping elements.

Stream

(Required) Element containing details for the target project and streams to which the adapter is connected. Contains the ProjectName , StreamName, and ColumnMapping elements.

You can specify multiple Stream elements.

Filter

(Optional) Element containing the MatchString element.

MatchString

(Optional) Filters records with one or more column values. Contains a value attribute for specifying the value you want to filter by. No default value.

ProjectName

Type: string

(Required if running adapter in standalone mode; optional if running in managed mode) The name of the ESP project to which the adapter belongs. This is the same project as specified in the Name element of the ESP projects section of the adapter configuration file.

If you are starting the adapter with the ESP project to which it is attached (running the adapter in managed mode), you do not need to set this property as the adapter automatically connects to the project that started it.

StreamName

Type: string

(Required if running adapter in standalone mode; optional if running in managed mode) The name of the target stream to which the adapter connects.

If you are starting the adapter with the ESP project to which it is attached (running the adapter in managed mode), you do not need to set this property as the adapter automatically connects to the stream to which it is attached within the project.

ColumnMapping

Type: string

(Optional) The column index list in the source row to be published to the target stream. Separate the columns using space char. If you do not set this element, all columns are published to the target stream.

SafeOps

Type: boolean

(Advanced) Converts the opcodes INSERT and UPDATE to UPSERT, and converts DELETE to SAFEDELETE. The default value is false.

SkipDels

Type: boolean

(Advanced) Skips the rows with opcodes DELETE or SAFEDELETE. The default value is false.