|
1 | | -# Adapted from: |
2 | | -# https://github.com/GoogleCloudPlatform/pubsub/blob/master/kafka-connector/config/cps-sink-connector.properties |
| 1 | +# Kafka Connect sink connector configs |
| 2 | +# For config options, see https://docs.confluent.io/platform/current/installation/configuration/connect/sink-connect-configs.html |
| 3 | +# For additional Pub/Sub-specific options, see https://github.com/googleapis/java-pubsub-group-kafka-connector?tab=readme-ov-file#sink-connector |
| 4 | +# |
| 5 | +# -------------------------------------------------------------------------- |
| 6 | +# This file is adapted from: |
| 7 | +# https://github.com/googleapis/java-pubsub-group-kafka-connector/blob/main/config/cps-sink-connector.properties |
| 8 | +# The original copyright and license are reproduced below. |
| 9 | +# |
| 10 | +# Copyright 2022 Google LLC |
| 11 | +# |
| 12 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 13 | +# you may not use this file except in compliance with the License. |
| 14 | +# You may obtain a copy of the License at |
| 15 | +# |
| 16 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 17 | +# |
| 18 | +# Unless required by applicable law or agreed to in writing, software |
| 19 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 20 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 21 | +# See the License for the specific language governing permissions and |
| 22 | +# limitations under the License. |
| 23 | +# -------------------------------------------------------------------------- |
3 | 24 |
|
4 | 25 | name=ps-sink-connector |
5 | 26 | connector.class=com.google.pubsub.kafka.sink.CloudPubSubSinkConnector |
6 | | -# Tasks do the actual data copying and determine parallelism of the consumer. |
| 27 | +# Tasks do the actual data copying and determine parallelism of the consumer. |
7 | 28 | # When I (Troy Raen) used 10 max tasks (as we do with ZTF), |
8 | 29 | # the consumer VM (size e2-standard-2) ran out of memory. |
9 | 30 | # Using 1 task for now. |
|
0 commit comments