You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Volodymyr Burenin (Jira)" <ji...@apache.org> on 2021/01/19 17:15:00 UTC

[jira] [Created] (HUDI-1538) UtilHelpers.createSource has hardcoded class name checks

Volodymyr Burenin created HUDI-1538:
---------------------------------------

             Summary: UtilHelpers.createSource has hardcoded class name checks
                 Key: HUDI-1538
                 URL: https://issues.apache.org/jira/browse/HUDI-1538
             Project: Apache Hudi
          Issue Type: Bug
            Reporter: Volodymyr Burenin
             Fix For: 0.7.0


I've tried to overrideĀ AvroKafkaSource class, however, I could not use it due to the fact thatĀ UtilHelpers.createSource method looks for the specific class names to call the appropriate constructor where it passes additional HoodieDeltaStreamerMetrics parameter.

It needs to be more flexible and should try different constructor signatures before giving up.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)