Source and sink batch sizes and channel transaction capacities

Sources and sinks can have a batch size parameter that determines the maximum number of events theyprocess in one batch. This happens within a channel transaction that has an upper limit calledtransaction capacity. Batch size must be smaller than the channel’s transaction capacity.There is an explicit check to prevent incompatible settings. This check happenswhenever the configuration is read.