Scott Gerring

Results 34 comments of Scott Gerring

Initial thoughts - * Definitely a different interface parallel / sync as you say - the user needs to opt into this. It's easy to write Lambda code that assumes...

> I don't understand... If we use `CompletableFuture`, we need the executor coming from the thread pool. It's not visible from the user, it will be internal code in PT....

Parallel streams! That looks exactly like what we want. I think this comment you made is why - we pick a level of abstraction where we're letting java handle the...

I think we should prioritize this for v2 @jeromevdl . What do you think?

> When is v2 set for if this is in scope for v2? Hey @kyuseoahn , we're targeting first half 2024 for this at the moment!

Thanks @jeromevdl for the considered feedback! > Regarding the proposition, I'm not sure how you can return this List Good catch. I think the base class / base builder will...

> Can we also take inspiration from [python](https://docs.powertools.aws.dev/lambda-python/latest/utilities/batch/) and see if we can have a similar "experience". Looks like another option - I hadn't thought of using interface defaults. Let...

I've added a reasonably complete example using extension and a very rough sketch using default impls. I think it would be helpful to jump on a call together in the...