aws-sdk-java icon indicating copy to clipboard operation
aws-sdk-java copied to clipboard

Allow to customize QueueBufferConfig instances

Open flozano opened this issue 2 years ago • 0 comments

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.

flozano avatar Feb 19 '23 14:02 flozano