GitHub user liosc added a comment to the discussion: Using Apache Hop integrated with Kafka
I think you should prevent to use transform that wait for the end of the stream (like sort, merge, ...) in the same pipeline where the Kafka consumer transform is. Try to use a pipeline executor and put in the called pipeline the logic to manage the Kafka message. GitHub link: https://github.com/apache/hop/discussions/5961#discussioncomment-14891521 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
