kafka_neu-76e4d1b5-8b7b-4eb8-ad4b-86e90f693c1d.zip-extract/kafka-4.2.0-src/tests/kafkatest/tests/connect/templates/connect-distributed.properties

Path
kafka_neu-76e4d1b5-8b7b-4eb8-ad4b-86e90f693c1d.zip-extract/kafka-4.2.0-src/tests/kafkatest/tests/connect/templates/connect-distributed.properties
Status
scanned
Type
file
Name
connect-distributed.properties
Extension
.properties
Programming language

      
    
Mime type
text/plain
File type
ASCII text
Tag

      
    
Rootfs path

      
    
Size
3258 (3.2 KB)
MD5
0854e8790c550235d62470ad32281d32
SHA1
50cade9a39f56bab2a42108916dab2a1a03b1f23
SHA256
331863f5c76914e615ba3733e449417eefc8c296b10cdb617bb28280db27358f
SHA512

      
    
SHA1_git
132155852471d755f12e8f31a372b61c2d087b5c
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
connect-distributed.properties | 3.2 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.") }} group.id={{ group|default("connect-cluster") }} exactly.once.source.support={{ EXACTLY_ONCE_SOURCE_SUPPORT|default("disabled") }} {% if EXACTLY_ONCE_SOURCE_SUPPORT is defined and EXACTLY_ONCE_SOURCE_SUPPORT == "enabled" %} # Reduce transaction timeouts so tests that kill workers don't need to wait as long to recover producer.transaction.timeout.ms = 10000 {% endif %} connect.protocol={{ CONNECT_PROTOCOL|default("sessioned") }} scheduled.rebalance.max.delay.ms={{ SCHEDULED_REBALANCE_MAX_DELAY_MS|default(60000) }} 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.topic={{ OFFSETS_TOPIC }} offset.storage.replication.factor={{ OFFSETS_REPLICATION_FACTOR }} offset.storage.partitions={{ OFFSETS_PARTITIONS }} config.storage.topic={{ CONFIG_TOPIC }} config.storage.replication.factor={{ CONFIG_REPLICATION_FACTOR }} status.storage.topic={{ STATUS_TOPIC }} status.storage.replication.factor={{ STATUS_REPLICATION_FACTOR }} status.storage.partitions={{ STATUS_PARTITIONS }} # Make sure data gets flushed frequently so tests don't have to wait to ensure they see data in output systems offset.flush.interval.ms=5000 rest.advertised.host.name = {{ node.account.hostname }} # 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
27.11
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