Skip to content

Commit

Permalink
Switch bulk ingest as config default (#866)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Burkholder <[email protected]>
  • Loading branch information
bryanlb and bryanlb authored Apr 16, 2024
1 parent 45738d8 commit 77537d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ preprocessorConfig:
dataTransformer: ${PREPROCESSOR_TRANSFORMER:-json}
rateLimiterMaxBurstSeconds: ${PREPROCESSOR_RATE_LIMITER_MAX_BURST_SECONDS:-1}
kafkaPartitionStickyTimeoutMs: ${KAFKA_PARTITION_STICKY_TIMEOUT_MS:-0}
useBulkApi: ${ASTRA_PREPROCESSOR_USE_BULK_API:-false}
useBulkApi: ${ASTRA_PREPROCESSOR_USE_BULK_API:-true}
rateLimitExceededErrorCode: ${ASTRA_PREPROCESSOR_RATE_LIMIT_EXCEEDED_ERROR_CODE:-400}

0 comments on commit 77537d9

Please sign in to comment.