Kafka In
LDIO Component Name: Ldio:LdioKafkaIn
see reference guide
Apache Nifi Component Name: ConsumeKafka
see Apache Nifi reference guide
The LDIO Kafka In component is vital to the Publishing Pipeline, specifically designed to interact with Kafka, a distributed event streaming platform. This component is responsible for listening to messages from a specified kafka topic, which is crucial in integrating with an LDES server.
graph LR
L[Kafka topic] --> H[Kafka in component]
H --> S[LDES server]
subgraph Publishing Pipeline
H
end