Question
92
Views

MPhasis
US
Posted: October 31, 2022
Last activity: November 1, 2022
Last activity: 1 Nov 2022 11:20 EDT
How to read the real time message from a Kafka Topic
We are working on following use case. If anyone implemented pls let me know.
- External system posts real time message to Kafka topic.
- Requirement is to read the data from Kafka time (new messages) and load the data to Pega table.
As per my initial analysis we need to create a Dataset(Type= Kafka) and Realtime data flow. Select Source as Dataset and Database table as destination.
With this option if we run the data set manually it would work, however I am looking for message reading should be automated. I assume Kafka Dataset won't read the real time message.
***Edited by Moderator: Pooja Gadige to add capability tag***