Skip to main content

Apache Kafka Connector

Configuration​

connector:
name: my-kafka
type: kafka
config:
bootstrap_servers: "kafka1:9092,kafka2:9092"
topic: user-events
consumer_group: proai-consumer
format: avro
schema_registry: http://schema-registry:8081
security_protocol: SASL_SSL
`

## Features

- Exactly-once semantics
- Schema registry integration
- Avro, JSON, and Protobuf deserialization
- Consumer group management

## See Also

- [Integrations Overview](/docs/integrations/overview)