Adding batch size for events configuration
Change-Id: I42efe2330f014f3a59f9086070b020b67cd90162
This commit is contained in:
parent
559483118b
commit
0116b65af4
@ -39,6 +39,9 @@ kafka_events_opts = [
|
||||
cfg.StrOpt('zookeeper_path',
|
||||
help='Path in zookeeper for kafka consumer group partitioning algorithm',
|
||||
default='/persister_partitions/$kafka_events.topic'),
|
||||
cfg.IntOpt('batch_size',
|
||||
help='Maximum number of events to buffer before writing to database',
|
||||
default=1),
|
||||
]
|
||||
|
||||
# Replace Default OPT with reference to kafka group option
|
||||
|
Loading…
Reference in New Issue
Block a user