diff --git a/docs/design/core/batch-utilities/DecisionLog.md b/docs/design/core/batch-utilities/DecisionLog.md index bbd366687ea8..92073c536ea8 100644 --- a/docs/design/core/batch-utilities/DecisionLog.md +++ b/docs/design/core/batch-utilities/DecisionLog.md @@ -2,7 +2,6 @@ ## Log Entry Template -* * * **Source**: (Meeting/aside/pair programming discussion/daily standup) to (discuss/implement) X **Attendees**: Anna-Karin, Irene, Dongie, Matt, Vinod, John, Zoe, Debora, Bennett, Michael @@ -15,6 +14,20 @@ 1. (Old/Reopened/new) Question? +## 7/15/2021 + +**Source:** Quick meeting to naming for batch utility + +**Attendees:** Anna-Karin, Dongie, Matt, Vinod, John, Zoe, Debora, Bennett, Michael + +**Closed Decisions:** + +1. What should we name the batching utility to make it more discoverable and easy to understand? We will name it {Service}BatchManager. Since the batching utility operates on a low-level service client, it is not much of a utility. At the same time, it does not replace methods implemented by the low-level client so it is not an enhanced client either. It operates similarly to the TransferManager so we will name it BatchManager. + +**Open Decisions:** + +None + ## 7/13/2021 **Source:** Follow-up meeting to discuss open decisions from last meeting and to address any new issues. @@ -36,7 +49,6 @@ ## 6/29/21 -* * * **Source:** Meeting to discuss initial design for Batch Utility: https://github.com/aws/aws-sdk-java-v2/pull/2563 **Attendees:** Dongie, Matt, Vinod, John, Zoe, Debora, Bennett, Michael @@ -58,4 +70,4 @@ 1. If not, how will Customers using `sendMessages()` correlate the request message with the response messages? 2. (New) Should we accept streams or iterators to `sendMessages()`? 1. Note: A decision on this runs counter to open decision #1. i.e. If we decide on a 1:1 correlation between request and response, we will not accept streams or iterators and vice versa. -3. (New) What should we name the batching utility to make it more discoverable and easy to understand? \ No newline at end of file +3. (New) What should we name the batching utility to make it more discoverable and easy to understand?