kafka_neu-1778570057504.zip-extract/kafka-4.2.0-src/tests/spec/transactional-produce-bench.json

Path
kafka_neu-1778570057504.zip-extract/kafka-4.2.0-src/tests/spec/transactional-produce-bench.json
Status
scanned
Type
file
Name
transactional-produce-bench.json
Extension
.json
Programming language

      
    
Mime type
text/plain
File type
ASCII text
Tag

      
    
Rootfs path

      
    
Size
1473 (1.4 KB)
MD5
cc515000368ad1fec6f28440e18f6ad8
SHA1
3108d317fde762e717aa760e304bb66c5e0a4a26
SHA256
84326a31e9e086a4a7485b2ee04e53a39663daa66b7e5e81a905c56c264395a1
SHA512

      
    
SHA1_git
b16005ef959f278b170b921f7cd64f2e2d0e338e
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
transactional-produce-bench.json | 1.4 KB |

// Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to You under the Apache License, Version 2.0 // (the "License"); you may not use this file except in compliance with // the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // // An example task specification for running a transactional producer benchmark // in Trogdor. See trogdor/README.md for details. // { "class": "org.apache.kafka.trogdor.workload.ProduceBenchSpec", "durationMs": 10000000, "producerNode": "node0", "bootstrapServers": "localhost:9092", "targetMessagesPerSec": 100, "maxMessages": 500, "transactionGenerator" : { "type" : "uniform", "messagesPerTransaction" : 50 }, "activeTopics": { "foo[1-3]": { "numPartitions": 3, "replicationFactor": 1 } }, "inactiveTopics": { "foo[4-5]": { "numPartitions": 3, "replicationFactor": 1 } } }
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
68.39
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 8 8
Package URL License Primary language
pkg:pypi/kafkatest@4.2.0 apache-2.0 Python