Kafka Source
Thekafka source consumes messages from one or more Kafka topics using a consumer group.
Configuration
Message Mapping
Kafka messages are mapped to LiteJoin messages as follows:Example
Consume orders and users from Kafka, join them, and forward to a webhook:When to Use
Use the Kafka source when:- You already have a Kafka cluster producing events
- You want LiteJoin to enrich or join Kafka streams with other data sources
- You need consumer group semantics (offset management, partition assignment)