Commit 890024eefada099d61741324a03fb7d46e547231
Committed by
GitHub
Merge pull request #2917 from vzikratyi-tb/fix-default-partitions-for-js-request
Updated the number of partitions in docker scripts
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -4,7 +4,7 @@ KAFKA_LISTENERS=INSIDE://:9093,OUTSIDE://:9092 |
4 | 4 | KAFKA_ADVERTISED_LISTENERS=INSIDE://:9093,OUTSIDE://kafka:9092 |
5 | 5 | KAFKA_LISTENER_SECURITY_PROTOCOL_MAP=INSIDE:PLAINTEXT,OUTSIDE:PLAINTEXT |
6 | 6 | KAFKA_INTER_BROKER_LISTENER_NAME=INSIDE |
7 | -KAFKA_CREATE_TOPICS=js_eval.requests:3:1:delete --config=retention.ms=60000 --config=segment.bytes=26214400 --config=retention.bytes=104857600,tb_transport.api.requests:3:1:delete --config=retention.ms=60000 --config=segment.bytes=26214400 --config=retention.bytes=104857600 | |
7 | +KAFKA_CREATE_TOPICS=js_eval.requests:100:1:delete --config=retention.ms=60000 --config=segment.bytes=26214400 --config=retention.bytes=104857600,tb_transport.api.requests:3:1:delete --config=retention.ms=60000 --config=segment.bytes=26214400 --config=retention.bytes=104857600 | |
8 | 8 | KAFKA_AUTO_CREATE_TOPICS_ENABLE=false |
9 | 9 | KAFKA_LOG_RETENTION_BYTES=1073741824 |
10 | 10 | KAFKA_LOG_SEGMENT_BYTES=268435456 | ... | ... |