EVBC::configParams

Name

EVBC::configParam -- Configure orderer behavior.

Synopsis


EVBC::configParams parname value
            

DESCRIPTION

Configures the behavior of the event orderer. The configuration parameters supported are:

window

Sets the number of seconds in the event builder build window. This is how long before the event builder orders the data that's left regardless of the fact that some of the queues are empty.

XoffThreshold

Sets the number of bytes queued inside the event builder before the event builder stops accepting data (flow control) by exerting back pressure. This value must be larger than XonThreshold

XonThreshold

Sets the number of bytes queued at which the event builder resumes accepting data from data sources. This must be smaller than XoffThreshold.