Stephen Flavin
Stephen Flavin
Many databases now support `UPDATE/INSERT/DELETE ... RETURNING *` which enables a single database request to apply and return in a single database call, this allows the caller to see the...
### Describe the feature Currently it seems that the code specifically deals in on heap ByteBuffers either converting [direct to non-direct Buffers](https://github.com/aws/aws-sdk-java-v2/blob/2.20.49/core/sdk-core/src/main/java/software/amazon/awssdk/core/async/AsyncRequestBody.java#L164) or [writing to non-direct Buffers](https://github.com/aws/aws-sdk-java-v2/blob/2.20.49/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/FileAsyncRequestBody.java#L258-L259) when there are...
**Expected Behavior** there is docs **Current Behavior** [there is no docs](https://docs.spring.io/spring-kafka/reference/retrytopic/dlt-strategies.html) (on this page at least) **Context** I'm investigating DLT and retry flows with spring-kafka however, I stumbled on the...
### Describe the bug `mvn install` was failing on `SimplePublisherTest#stochastic_onNext_multiProducerSeemsThreadSafe` and `ProfileFileSupplierTest#aggregate_duplicateOptionsGivenReloadingProfileFirst_preservesPrecedence` there may be more. I came across this while doing the PR checklist. ### Expected Behavior the master...