Make OUTPUT_BUFFER_SIZE configurable
We have a custom tap that extracts records that exceed the current static OUTPUT_BUFFER_SIZE of 1mb. It would be really useful to be able to configure the OUTPUT_BUFFER_SIZE either via an environment variable, so it can be set for an invocation of `meltano elt`, or as a configurable value per extractor.
issue