You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Jack Kidwell (JIRA)" <ji...@apache.org> on 2018/04/30 20:29:00 UTC

[jira] [Updated] (GOBBLIN-481) Missing Alias Annotation on Class KafkaSimpleJsonExtractor

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

Jack Kidwell updated GOBBLIN-481:
---------------------------------
    External issue URL: 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
>
> 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)