Links to Kafka topic sub-components enable event streaming for applications with high-throughput messaging
Link a topic to Apicurio Schema Registry to override value.converter on all sink connectors consuming from that topic. The converter JAR is included as a default in kafka_connector_additional_artifacts — no component-level link needed for this.
schema_formatOnce this link exists, plain JSON messages from Bridge, k6, console producer, or any non-Avro producer will crash ALL sink connectors consuming from this topic.
The AvroConverter expects Confluent binary envelope (magic byte + 4-byte schema ID + binary payload). Plain JSON fails immediately. Since errors.tolerance defaults to none, one bad message crashes the connector task. This is per-topic — topics without the schema link are unaffected.
When KEDA links to a topic, it creates a ScaledObject for auto-scaling based on consumer lag