DRSPartition

Encapsulates the partition strategy for an Internal Replication Domain.



 

Attributes Summary

size The data transferred by the DRS is called the "domain" of the DRS.
partitionOnEntry When enabled, individual, uniquely identified peices of data will have their own dedicated channel for subsequent communication.

 

Attribute Details


size

The data transferred by the DRS is called the "domain" of the DRS. The domains can be partitioned (subdivided) to reduce traffic. This value specifies how many partitions should be used.Default: 10Subscribers on multiple topics require multiple threads to handle incoming requests on those topics. So internally if this value is ten, the DRS will allocate 10 topics.

Data type:   Integer
Default value:   10



partitionOnEntry

When enabled, individual, uniquely identified peices of data will have their own dedicated channel for subsequent communication.Default = False

Data type:   Boolean
Default value:   false