aws-sdk-java
aws-sdk-java copied to clipboard
Allow to customize QueueBufferConfig instances
I would like to use a version of QueueBufferConfig that can be reconfigured. QueueBufferConfig is not final, so with just this small change I can hook what I need to allow things like maxBatchOpenMs to be dynamically redefined for existing/new buffers.
Description of changes:
Just allow to override QueueBufferConfig copy instantiation.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.