Reading from kafka stream using DataFlow
We are trying to use dataflow to read data from a kafka topic. In the dataflow, we have a dataset which is reading records from a kafka topic as source and then an activity as destination. In the activity, we are only trying to write a log message for now. When we run the dataflow directly, we don't see anything under successful records for destination. Moreover, nothing gets written into the logs so the activity is not getting triggered. The activity is not appearing in the tracer also.