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

Increase the default number of threads to 16 #54

Closed robbavey closed 4 years ago

robbavey commented 4 years ago

Increase the default number of threads passed to the EventProcessorHost to 16, to match the standard default.

colinsurprenant commented 4 years ago

@robbavey Could you clarify what/where the 16 «standard default» is exactly?

robbavey commented 4 years ago

@colinsurprenant When creating an EventProcessorHost, if the executorService is not passed in to the constructor, one is created in the constructor, using the default value of 16.

Also this comment on an issue requesting information on best practices on the size of the executor service for an EventProcessorHost.