Skip to content

Commit

Permalink
revert default change and configure in dockerfile instead for bulk in…
Browse files Browse the repository at this point in the history
…gest
  • Loading branch information
autata committed Feb 22, 2024
1 parent 7478b66 commit 691eb37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: ${KALDB_PREPROCESSOR_USE_BULK_API:-true}
useBulkApi: ${KALDB_PREPROCESSOR_USE_BULK_API:-false}
rateLimitExceededErrorCode: ${KALDB_PREPROCESSOR_RATE_LIMIT_EXCEEDED_ERROR_CODE:-400}
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ services:
- KALDB_MANAGER_SERVER_ADDRESS=kaldb_manager
- KALDB_RECOVERY_SERVER_ADDRESS=kaldb_recovery
- KALDB_PREPROCESSOR_SERVER_ADDRESS=kaldb_preprocessor
- KALDB_PREPROCESSOR_USE_BULK_API=true
depends_on:
- zookeeper
- kafka
Expand Down

0 comments on commit 691eb37

Please sign in to comment.