[
https://issues.apache.org/jira/browse/NIFI-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16022301#comment-16022301
]
ASF GitHub Bot commented on NIFI-1763:
--------------------------------------
Github user joewitt commented on the issue:
https://github.com/apache/nifi/pull/1661
@ssiahetiong thanks for contributing. The timing of this is excellent.
That said the ConvertXtoY processors had a lot of challenges so with NiFi 1.2.0
we now have record reader and writers which various processors can leverage.
This keeps all the format/schema specific logic where it belongs and where it
can be readily reused. We already built in integration for the hwx schema
registry service, a built-in simple avro registry, and we can certainly add the
confluent schema registry as it appears to be the intent here. If interested
in aligning this work to that model it would be a much better and integrated
experience for the user.
> Provide an integration with 'Schema registry for Kafka'
> -------------------------------------------------------
>
> Key: NIFI-1763
> URL: https://issues.apache.org/jira/browse/NIFI-1763
> Project: Apache NiFi
> Issue Type: Wish
> Components: Extensions
> Reporter: Joseph Witt
> Priority: Minor
>
> Reported on a mailing list question on 13 April 2016
> https://github.com/confluentinc/schema-registry
> The registry itself is an ASLv2 licensed codebase. It offers a REST-based
> Web API for interaction. It would be good to support integration with it for
> users of Kafka so it would register schemas if needed when writing to Kafka
> and understand how to parse data based on the indicated schema when reading
> from Kafka.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)