What would you like to happen?
The child pipeline of a Kafka consumer transform doesn't send data to an execution information location.
The reason for this is that this transform is using a Single Threaded pipeline to make sure all records in a batch are processed before grabbing more from Kafka. Since we don't have the Single Threaded pipeline engine as an option yet, we need options for a Location and a data profile to use when running the pipeline.
Issue Priority
Priority: 3
Issue Component
Component: Transforms
What would you like to happen?
The child pipeline of a Kafka consumer transform doesn't send data to an execution information location.
The reason for this is that this transform is using a Single Threaded pipeline to make sure all records in a batch are processed before grabbing more from Kafka. Since we don't have the Single Threaded pipeline engine as an option yet, we need options for a Location and a data profile to use when running the pipeline.
Issue Priority
Priority: 3
Issue Component
Component: Transforms