Sudarshan Vasudevan created GOBBLIN-1483: --------------------------------------------
Summary: Handle null valued ConsumerRecords in Kafka Streaming Extractor Key: GOBBLIN-1483 URL: https://issues.apache.org/jira/browse/GOBBLIN-1483 Project: Apache Gobblin Issue Type: Bug Components: gobblin-kafka Affects Versions: 0.15.0 Reporter: Sudarshan Vasudevan Assignee: Sudarshan Vasudevan Fix For: 0.16.0 Currently, null-valued ConsumerRecords returned by the Kafka consumer are passed down the construct chain and can result in irrecoverable failures. Null valued records should be filtered out early in the pipeline so as to avoid such errors. -- This message was sent by Atlassian Jira (v8.3.4#803005)