limit output event data batch size
Allow user to configure the number of output events that can go in a single event data. As of now, for EVent Hub as output, format of JSON output (new line or array) can be configured but there is no way to configure how many events can be batched. This would allow the user to control the throughput based on needs and the consumer of event hub can have consistent behavior on the max events (or one event) per message.
