Jan Oopkaup
Jan Oopkaup
I'd like to see something like this as well, but not specific for `Pageable`. We implemented our own `HandlerMethodArgumentResolver` (I think Spring Data does the same for `Pageable`), which takes...
As I see it the proposal from #47 unfortunately doesn't solve either the general nor the original issue. * [`Pageable` is an interface](https://docs.spring.io/spring-data/commons/docs/current/api/org/springframework/data/domain/Pageable.html), which you excluded from your proposal *...
We are seeing the exact same problem (and log) using polling retrieval strategy. I placed breakpoints in the mentioned places and there was nothing unusual visible. From the message ```...
@aggarwal What's the reason for `|| context.scheduler().shardInfoShardConsumerMap().isEmpty()` here? https://github.com/awslabs/amazon-kinesis-client/blob/be1e3cd112facdc60e57defe6c9b8601240d1565/amazon-kinesis-client/src/main/java/software/amazon/kinesis/coordinator/GracefulShutdownCoordinator.java#L46-L48 To fix the issue at hand the condition above would need to be split: 1. Wait for `shardInfoShardConsumerMap().isEmpty()` to get empty...
I believe it's a matter of when the shutdown is considered successful. If > it means that the scheduler does not have consumers left for any lease. is sufficient for...
The issue still persists, because MR #79 fixes an unrelated issue related to the name of the product. This issue is about the location of the config.
It would be good if a PR also supports [``](https://github.com/toxicFork/react-three-renderer/wiki/geometryResource) as child. This way the geometry wouldn't need to be duplicated if it is rendered as edges and as box.
Judging from your requirements something like https://github.com/golangci/golangci-lint-action/compare/master...jrehwaldt:golangci-lint-action:support-out-format-args-overwrite ? I can make this a PR, refine it or you can go with #613 if that already suits your needs already.
> @jrehwaldt can you open a PR? Check out #769.
FWIW https://github.com/microsoft/vscode/issues/58301 seems to be the issue to vote for and subscribe to.