# Kafka sink connector-type:kafka-sink-connectorname:kafka-sink-connector# required# Pipeline prefix that will prefix every component name. If you wish to not# have any prefix you can specify an empty string.prefix:${pipeline.name}-from:# Must not be nulltopics:# read from topic${pipeline.name}-input-topic:type:input# Implied when role is NOT specified${pipeline.name}-extra-topic:role:topic-role# Implies `type` to be extra${pipeline.name}-input-pattern-topic:type:pattern# Implied to be an input pattern if `role` is undefined${pipeline.name}-extra-pattern-topic:type:pattern# Implied to be an extra pattern if `role` is definedrole:some-rolecomponents:# read from specific componentaccount-producer:type:input# Implied when role is NOT specifiedother-producer:role:some-role# Implies `type` to be extracomponent-as-input-pattern:type:pattern# Implied to be an input pattern if `role` is undefinedcomponent-as-extra-pattern:type:pattern# Implied to be an extra pattern if `role` is definedrole:some-role# Topic(s) into which the component will write outputto:topics:${pipeline.name}-output-topic:type:output# Implied when role is NOT specified${pipeline.name}-extra-topic:role:topic-role# Implies `type` to be extra; Will throw an error if `type` is defined${pipeline.name}-error-topic:type:error# Currently KPOps supports Avro and JSON schemas.key_schema:key-schema# must implement SchemaProvider to usevalue_schema:value-schemapartitions_count:1replication_factor:1configs:# https://kafka.apache.org/documentation/#topicconfigscleanup.policy:compactmodels:# SchemaProvider is initiated with the values given heremodel:model# Full documentation on connectors: https://kafka.apache.org/documentation/#connectconfigsconfig:# requiredtasks.max:1# Overriding Kafka Connect Resetter Helm values. E.g. to override the# Image Tag etc.resetter_values:imageTag:"1.2.3"