All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.tirasa.connid.bundles.kafka.Messages.properties Maven / Gradle / Ivy

#
# Copyright (C) 2016 ConnId ([email protected])
#
# Licensed 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.
#

kafka.connector.display=Kafka Connector
bootstrapServers.display=Bootstrap servers
bootstrapServers.help=A list of host/port pairs used to establish the initial connection to the Kafka cluster
clientId.display=Client id
clientId.help=Client id for subscription
autoOffsetReset.display=Auto offset reset
autoOffsetReset.help=What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server (e.g. because that data has been deleted); defaults to 'earliest' in order to make sure the producer sent all messages before the consumer starts.
valueSerializerClassName.display=Value serializer class
valueSerializerClassName.help=Serializer class for value that implements the 'org.apache.kafka.common.serialization.Serializer' interface. Defaults to 'net.tirasa.connid.bundles.kafka.serialization.SyncDeltaSerializer'
valueDeserializerClassName.display=Value deserializer class
valueDeserializerClassName.help=Deserializer class for value that implements the 'org.apache.kafka.common.serialization.Deserializer' interface. Defaults to 'org.apache.kafka.common.serialization.StringDeserializer'
accountTopic.display=Topic to publish to and being subscribed to for object class __ACCOUNT__
accountTopic.help=A topic is similar to a folder in a filesystem, and the events are the files in that folder.
groupTopic.display=Topic to publish to and being subscribed to for object class __GROUP__
groupTopic.help=A topic is similar to a folder in a filesystem, and the events are the files in that folder.
allTopic.display=Topic to publish to and being subscribed to for object class __ALL__
allTopic.help=A topic is similar to a folder in a filesystem, and the events are the files in that folder.
consumerPollMillis.display=The maximum number of milliseconds to block while polling
consumerPollMillis.help=Polling returns immediately if there are records available or if the position advances past control records; otherwise, it will await the passed timeout: if the timeout expires, an empty record set will be returned.
consumerGroupId.display=Consumer Group id
consumerGroupId.help=A unique string that identifies the consumer group this consumer belongs to.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy