kafka_neu-1778570057504.zip-extract/kafka-4.2.0-src/tests/kafkatest/tests/connect/templates/connect-standalone.properties

Path
kafka_neu-1778570057504.zip-extract/kafka-4.2.0-src/tests/kafkatest/tests/connect/templates/connect-standalone.properties
Status
scanned
Type
file
Name
connect-standalone.properties
Extension
.properties
Programming language

      
    
Mime type
text/plain
File type
ASCII text
Tag

      
    
Rootfs path

      
    
Size
2166 (2.1 KB)
MD5
bb159975be3ef3e86e982d214d460116
SHA1
4c9185cf041dd93705b0a7192ec288286b255aa9
SHA256
59edee3948fb46a50df286c1d9f17ebb12900f5682b24f858cf28feb101158f9
SHA512

      
    
SHA1_git
7c83668fb6dfbc954bd277dc9e8fa955c9f8eeeb
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
connect-standalone.properties | 2.1 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. bootstrap.servers={{ kafka.bootstrap_servers(kafka.security_config.security_protocol) }} {{ kafka.security_config.client_config().props() }} {{ kafka.security_config.client_config().props("producer.") }} {{ kafka.security_config.client_config().props("consumer.") }} key.converter={{ key_converter|default("org.apache.kafka.connect.json.JsonConverter") }} value.converter={{ value_converter|default("org.apache.kafka.connect.json.JsonConverter") }} {% if key_converter is not defined or key_converter.endswith("JsonConverter") %} key.converter.schemas.enable={{ schemas|default(True)|string|lower }} {% endif %} {% if value_converter is not defined or value_converter.endswith("JsonConverter") %} value.converter.schemas.enable={{ schemas|default(True)|string|lower }} {% endif %} offset.storage.file.filename={{ OFFSETS_FILE }} # Reduce the admin client request timeouts so that we don't wait the default 120 sec before failing to connect the admin client request.timeout.ms=30000 # Allow connector configs to use externalized config values of the form: # ${file:/mnt/connect/connect-external-configs.properties:topic.external} # config.providers=file config.providers.file.class=org.apache.kafka.common.config.provider.FileConfigProvider {% if PLUGIN_PATH is defined %} plugin.path={{ PLUGIN_PATH }} {% endif %} plugin.discovery={{ PLUGIN_DISCOVERY|default("service_load") }}
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
40.2
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