Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
David_Navarro
Contributor
Contributor

Kafka as Target

Dears,

 

I would like to know when the connector to sink data to Kafka topics will be available in QCDI, currently it is available in Qlik Replicate. Any estimation?

 

Thanks

Labels (2)
3 Replies
David_Friend
Support
Support

@David_Navarro I can't find anything on this myself (this is far outside my product area!) have you talked to your Account Manager?

David_Navarro
Contributor
Contributor
Author

Yes, he has mentioned something about 2024 Q4. I just want to confirm.

carvet
Contributor
Contributor

Umm okay, hi.. The project in which I work uses kafka and I'll try to explain. So the nature of our application is Fallout management. So basically think of it like amazon, from the moment a customer adds the product to the cart to the moment the order gets successfully placed with payment done. The order can fail at several points and one fallout is created if the order fails at any point.

Now, our application works as a GUI and handles the incoming fallout as well. How do we handle a large number of fallouts at once? We need to have them in a queue. Where do you find a queue? That's right. Kafka is your answer.