Skip to content

Commit

Permalink
Fix SinkConfigUtilsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli committed Feb 1, 2022
1 parent f98b69b commit b0f223c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public void testConvertBackFidelity() throws IOException {

sinkConfig.setConfigs(configs);
sinkConfig.setRetainOrdering(false);
sinkConfig.setRetainKeyOrdering(false);
sinkConfig.setAutoAck(true);
sinkConfig.setTimeoutMs(2000l);
sinkConfig.setRuntimeFlags("-DKerberos");
Expand Down

0 comments on commit b0f223c

Please sign in to comment.