blob: d3e1e6f3f0de8bae60ac22bbf718dddd8330362a [file] [log] [blame]
# 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.
# Generic Kafka Connector Resources
############################
# Link Config
linkConfig.label = Link configuration
linkConfig.help = Here you supply information necessary to connect to Kafka
linkConfig.brokerList.label = List of Kafka brokers
linkConfig.brokerList.help = Comma-separated list of Kafka brokers in the form of host:port. \
It doesn't need to contain all brokers, but at least two are recommended for high availability
linkConfig.zookeeperConnect.label = Zookeeper address
linkConfig.zookeeperConnect.help = Address of Zookeeper used by the Kafka cluster. Usually host:port. \
Multiple zookeeper nodes are supported. If Kafka is stored in its own znode \
use host:port\kafka
# To Job Config
#
toJobConfig.label = To Kafka configuration
toJobConfig.help = Configuration necessary when writing data to Kafka
toJobConfig.topic.label = Kafka topic
toJobConfig.topic.help = Name of Kafka topic where we'll send the data