Question
Siemens
IN
Last activity: 14 Jul 2023 10:49 EDT
Use kafka to stream pega case data to external kafka server
There is a business use case to push the case data from Pega to external application for reporting purposes.The data will be pushed as soon as any property is modified in the case. Can anyone let me know what setup is required for achieving the same? Any pointers will be highly appreciated. we are using Pega Cloud.
@VirendraSawant do the suggestions made in another post Export Interaction History records through Kafka Stream help at all?
You can use Pega's Kafka data set feature to push case data to an external application for reporting purposes. By creating a Kafka data set and associating it with a topic in a Kafka cluster, you can read and write data from and to Kafka topics. This data can be used as a source of events, such as case property modifications. However, you'll need to configure the data flow and integration to trigger the data push when a property is modified in the case.
Creating a Kafka data set
Integrating cases with external resources
Providing data for cases
If the above answers your question can you please confirm by hitting the button 'Accept Solution'?