Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
xianhualiu committed Apr 17, 2024
1 parent 8b2189d commit 1cabedf
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,12 @@ Object getDefaultValue() {
VALUE_DESERIALIZER_PROVIDER,
CHECK_STOP_READING_FN(SDF),
BAD_RECORD_ERROR_HANDLER(SDF),
CONSUMER_POLLING_TIMEOUT,
CONSUMER_POLLING_TIMEOUT(SDF) {
@Override
Object getDefaultValue() {
return Long.valueOf(2);
}
},
;

@Nonnull private final ImmutableSet<KafkaIOReadImplementation> supportedImplementations;
Expand Down

0 comments on commit 1cabedf

Please sign in to comment.