KAFKA message does not publish to KAFKA topic

I created an activity to publish data to Kafka topic whenever work object is created.

However, I have noticed some work object IDs are missing in Kafka topic.

I don’t see any error message in log file or any exception in work object level. There is no specific type of work objects. However, some work object IDs are missing randomly.

How do I make sure that these work object ids are published to Kafka topic successfully?

@KasunJ what are you using in activity to post into kafka topic ?

@RadhaKrishna6246 by using DataSet-Execute method in activity. This method called data set and operation type is Save. Inside data set all are automatic field mapping.

@KasunJ try setting statusFailOnError DSS to true. you should be able to see any exceptions in the dataset-execute method.