wso2 / streaming-integrator

A stream processing runtime that allows connecting any streaming data source to any destination and act on it
Apache License 2.0
113 stars 50 forks source link

The maxEventBufferCapacity property in databridge configs #230

Closed Methma closed 2 weeks ago

Methma commented 3 years ago

Description: The comment for the 'maxEventBufferCapacity' property in the deployment.yaml file should be changed as follows as the current 'internally in MB' is misleading.

databridge.config:

  workerThreads: 10
    # The maximum size allowed for the event receiving buffer in bytes
    # THIS IS A MANDATORY FIELD
  maxEventBufferCapacity: 10000000

Affected Product Version: SP-4.2.0 SP-4.3.0 SP-4.4.0 SI-1.0.0 SI-1.1.0 SI-tooling-1.0.0 SI-tooling-1.1.0