Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
@David_Navarro I can't find anything on this myself (this is far outside my product area!) have you talked to your Account Manager?
Yes, he has mentioned something about 2024 Q4. I just want to confirm.
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.