Question
Capgemini
US
Last activity: 5 Jun 2023 5:17 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.