[ 
https://issues.apache.org/jira/browse/GOBBLIN-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Abhishek Tiwari resolved GOBBLIN-481.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.13.0

Issue resolved by pull request #2351
[https://github.com/apache/incubator-gobblin/pull/2351]

> Missing Alias Annotation on Class KafkaSimpleJsonExtractor
> ----------------------------------------------------------
>
>                 Key: GOBBLIN-481
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-481
>             Project: Apache Gobblin
>          Issue Type: Bug
>          Components: gobblin-kafka
>    Affects Versions: 0.11.0, 0.12.0, 0.13.0
>         Environment: any
>            Reporter: Jack Kidwell
>            Assignee: Shirshanka Das
>            Priority: Blocker
>              Labels: easyfix, patch, pull-request-available, usability
>             Fix For: 0.13.0
>
>
> Class, KafkaSimpleJsonExtractor, cannot be used because it is not referenced 
> directly by any getExtractor(). Nor can it be used by class, 
> UniversalKafkaSource, because that class has two requirements for dynamically 
> loaded extractor classes: they must extend class, KafkaExtractor, and they 
> must have an "Alias" annotation. KafkaSimpleJsonExtractor lacks the required 
> "Alias" annotation.
> The change would add two lines to KafkaSimpleJsonExtractor.java: an import 
> and annotation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to