@@ -128,8 +128,9 @@ func TestEventTriggers_CreateDatabase(t *testing.T) {
128
128
Project : `{"updateDescription.updatedFields.FieldA": 1, "operationType": 1}` ,
129
129
FullDocument : pointy .Bool (false ),
130
130
FullDocumentBeforeChange : pointy .Bool (false ),
131
- TolerateResumeErrors : pointy .Bool (true ),
132
- SkipCatchupEvents : pointy .Bool (false ),
131
+ TolerateResumeErrors : pointy .Bool (true ),
132
+ SkipCatchupEvents : pointy .Bool (true ),
133
+ MaximumThroughput : pointy .Bool (true ),
133
134
Unordered : pointy .Bool (false ),
134
135
},
135
136
EventProcessors : map [string ]interface {}{
@@ -162,7 +163,8 @@ func TestEventTriggers_CreateDatabase(t *testing.T) {
162
163
"full_document_before_change" : false ,
163
164
"unordered" : false ,
164
165
"tolerate_resume_errors" : true ,
165
- "skip_catchup_events" : false ,
166
+ "skip_catchup_events" : true ,
167
+ "maximum_throughput" : true ,
166
168
},
167
169
"event_processors" : map [string ]interface {}{
168
170
"AWS_EVENTBRIDGE" : map [string ]interface {}{
@@ -210,7 +212,8 @@ func TestEventTriggers_CreateDatabase(t *testing.T) {
210
212
"full_document_before_change": false,
211
213
"unordered": false,
212
214
"tolerate_resume_errors": true,
213
- "skip_catchup_events": false
215
+ "skip_catchup_events": true,
216
+ "maximum_throughput": true
214
217
},
215
218
"event_processors": {
216
219
"AWS_EVENTBRIDGE": {
@@ -254,8 +257,9 @@ func TestEventTriggers_CreateDatabase(t *testing.T) {
254
257
FullDocument : pointy .Bool (false ),
255
258
FullDocumentBeforeChange : pointy .Bool (false ),
256
259
Unordered : pointy .Bool (false ),
257
- TolerateResumeErrors : pointy .Bool (true ),
258
- SkipCatchupEvents : pointy .Bool (false ),
260
+ TolerateResumeErrors : pointy .Bool (true ),
261
+ SkipCatchupEvents : pointy .Bool (true ),
262
+ MaximumThroughput : pointy .Bool (true ),
259
263
ClusterName : "cluster name" ,
260
264
},
261
265
EventProcessors : map [string ]interface {}{
0 commit comments