Unit Test Data Flow with Kafka as Data Set

Hi All,

We have a DATAFLOW- which consists of DATASET(KAFKA) and activity(which creates cases based on the values from payLoad)

When we tried to run the dataflow rule manually, we faced a warning stating not authorized to access the Kafka topic. How can we overcome this error?

Also, how can we test a dataflow that has existing data in it**?** (we tried DataFlow execute in activity, but not sure what values should be given for RunID or even the RunOptions selected)

@PoojaPalla - First please check if you write access to the topic so that so can drop message to the topic via activity.