Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Kafka schema registry service in CDH 5.7 / 5.8

avatar
Expert Contributor

I am trying to do data ingestion btw HDFS and Kafka. There are a few options: Conflunent Connect and Linkedin Gobblin. However, both requires Kafka schema registry. I can't find it in CDH distro. Could someone shed some light on this?

1 ACCEPTED SOLUTION

avatar
Explorer
We currently use the Confluent Schema Registry. It doesn't come as part of CDH, but as it is open source, we simply install it on our Cloudera Kafka nodes and it works just fine.

StreamSets also works well with the schema registry now that the latest version (2.1) supports it when working with Avro.

View solution in original post

3 REPLIES 3

avatar
Explorer
We currently use the Confluent Schema Registry. It doesn't come as part of CDH, but as it is open source, we simply install it on our Cloudera Kafka nodes and it works just fine.

StreamSets also works well with the schema registry now that the latest version (2.1) supports it when working with Avro.

avatar
Expert Contributor

That is exactly I put in a hybrid solution. Just need to match CDH Kafka version with Confluence version.

avatar
New Member

Hi,

 

What about version of Schema Registry? Which version should be used with CDH 5.8?

 

Thanks in advance..