logstash-plugins / logstash-input-azure_event_hubs

Logstash input for consuming events from Azure Event Hubs
Apache License 2.0
18 stars 28 forks source link

Actually set maxBatchSize on EventProcessor #52

Closed robbavey closed 4 years ago

robbavey commented 4 years ago

The max_batch_size option was being ignored when creating the event processor, leading to a default batch size of 10, instead of the intended 125, and not allowing users to change their batch size.

jsvd commented 4 years ago

Great catch @robbavey :)

yaauie commented 4 years ago

Post-merge LGTM :+1:

Good work on adding clarity to the logs, too.