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 prefetch count and receive timeout values #61

Closed robbavey closed 3 years ago

robbavey commented 3 years ago

Prefetch count and receive timeout configurations are mentioned in part of the source code, and treated as advanced configuration options, but not actually set in the EventProcessorOptions.

This commit allows these values to be set, but maintains the existing policy of not documenting these values.

Fixes #60

yaauie commented 3 years ago

CI should be fixed when https://github.com/logstash-plugins/.ci/pull/19 is merged