kafka_neu-1778570057504.zip-extract/kafka-4.2.0-src/tests/kafkatest/services/streams_property.py

Path
kafka_neu-1778570057504.zip-extract/kafka-4.2.0-src/tests/kafkatest/services/streams_property.py
Status
scanned
Type
file
Name
streams_property.py
Extension
.py
Programming language
Python
Mime type
text/x-Algol68
File type
Algol 68 source, ASCII text
Tag

      
    
Rootfs path

      
    
Size
1015 (1015 bytes)
MD5
acf60ef52d5f73ca642d8feeed9484e3
SHA1
ebf89a867d97ea83ad88cb1d239ee82dfe13bd64
SHA256
35a0b82c9f160249bed47d680fd01ab4717ae23c6ed24435b5ae80fe9f1c6f0d
SHA512

      
    
SHA1_git
c0a5902da22cba301f41c5b22d5975de53875f89
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
streams_property.py | 1015 bytes |

# 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. """ Define Streams configuration property names here. """ STATE_DIR = "state.dir" KAFKA_SERVERS = "bootstrap.servers" NUM_THREADS = "num.stream.threads" PROCESSING_GUARANTEE = "processing.guarantee" GROUP_PROTOCOL = "group.protocol"
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
81.51
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