Stephen Flavin
Stephen Flavin
Hi Ben, Apologies I'm new enough to this repo that appears this issue has a long history. I came looking at caffeine hoping that there would be a `expireAfterCondition` feature,...
I'm running into an issue which I think is related but building this PR locally and testing it hasn't fixed the issue. I have a `schema.avdl` ``` @namespace("org.example") protocol TestService...
Raised AVRO-3102 (sorry for the noise in the PR)
The related PR would be a precursor to supporting these for put/post with off heap ByteBuffers. As far as I can tell ```java if (!buffer.hasArray()) { buffer = ByteBuffer.wrap(BinaryUtils.copyBytesFrom(buffer)); }...
with the pre-cursor PR merged, I've raised the first PR to enable zero-copy transfers via direct byte buffers with `AsyncRequestBody` comments/thoughts appreciated. I've kept this change small as a minimal...
Hi @sgammon, I've not had any time to work on this as I'm no longer doing such performance sensitive work with S3 though I would like to see the work...
Hi, I'm interested in this feature but I'm having trouble trying to configure it. Can you show what the `@KafkaListener` looks like for this? In my case I have many...
additionally it would be nice if the crt client could support metrics publishers in the `ClientOverrideConfiguration`, it seems to be specifically blocked at the moment https://github.com/aws/aws-sdk-java-v2/blob/master/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/crt/DefaultS3CrtAsyncClient.java#L325-L327
flaky sorry if I was unclear.
also `CachedSupplierTest.nonBlockingPrefetchStrategyHasOneMinuteMinimumByDefault` 