Skip to content

Commit ec87152

Browse files
16lim21zoewangg
andauthored
Update DecisionLog.md (#2600)
Co-authored-by: Zoe Wang <33073555+zoewangg@users.noreply.github.com>
1 parent b728757 commit ec87152

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

docs/design/core/batch-utilities/DecisionLog.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## Log Entry Template
44

5-
* * *
65
**Source**: (Meeting/aside/pair programming discussion/daily standup) to (discuss/implement) X
76

87
**Attendees**: Anna-Karin, Irene, Dongie, Matt, Vinod, John, Zoe, Debora, Bennett, Michael
@@ -15,6 +14,20 @@
1514

1615
1. (Old/Reopened/new) Question?
1716

17+
## 7/15/2021
18+
19+
**Source:** Quick meeting to naming for batch utility
20+
21+
**Attendees:** Anna-Karin, Dongie, Matt, Vinod, John, Zoe, Debora, Bennett, Michael
22+
23+
**Closed Decisions:**
24+
25+
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.
26+
27+
**Open Decisions:**
28+
29+
None
30+
1831
## 7/13/2021
1932

2033
**Source:** Follow-up meeting to discuss open decisions from last meeting and to address any new issues.
@@ -36,7 +49,6 @@
3649

3750
## 6/29/21
3851

39-
* * *
4052
**Source:** Meeting to discuss initial design for Batch Utility: https://github.com/aws/aws-sdk-java-v2/pull/2563
4153

4254
**Attendees:** Dongie, Matt, Vinod, John, Zoe, Debora, Bennett, Michael
@@ -58,4 +70,4 @@
5870
1. If not, how will Customers using `sendMessages()` correlate the request message with the response messages?
5971
2. (New) Should we accept streams or iterators to `sendMessages()`?
6072
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.
61-
3. (New) What should we name the batching utility to make it more discoverable and easy to understand?
73+
3. (New) What should we name the batching utility to make it more discoverable and easy to understand?

0 commit comments

Comments
 (0)