flipp-oss / deimos

Framework to work with Kafka, Avro and ActiveRecord
Other
60 stars 22 forks source link

CCOL-2441: Allow custom publishing batch size per producer #216

Closed ariana-flipp closed 4 months ago

ariana-flipp commented 4 months ago

Pull Request Template

Description

Enabled the ability to configure max_batch_size on a per-producer level instead of hard-coded limit of 500. The global setting is still set to 500 by default.

Fixes CCOL-2441

Type of change

How Has This Been Tested?

Added specs

Checklist:

dorner commented 4 months ago

LGTM!