Skip to content

Commit

Permalink
test: set latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nateab committed Aug 31, 2021
1 parent c83c14c commit 46f9992
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public class ScalablePushBandwidthThrottleIntegrationTest {
.withProperties(ClientTrustStore.trustStoreProps())
.withProperty(KSQL_QUERY_PUSH_SCALABLE_ENABLED , true)
.withProperty(KSQL_QUERY_PUSH_SCALABLE_MAX_HOURLY_BANDWIDTH_MEGABYTES_CONFIG , 1)
.withProperty("auto.offset.reset", "latest")
.withProperty(KSQL_STREAMS_PREFIX + StreamsConfig.NUM_STREAM_THREADS_CONFIG, 1)
.withProperty(KSQL_DEFAULT_KEY_FORMAT_CONFIG, "JSON")
.build();
Expand Down

0 comments on commit 46f9992

Please sign in to comment.