Does kafka support schema registries out of the box, or is it a confluent platform feature?

余生颓废 提交于 2021-02-10 17:56:15

问题


I came across the following article on how to use the schema registry available in the confluent platform.

https://docs.confluent.io/platform/current/schema-registry/schema-validation.html

According to that article, we can specify confluent.schema.registry.url in server.properties to point Kafka to the schema registry.

My question is, is it possible to point a Kafka cluster which is not a part of confluent platform deployment, to a schema registry using confluent.schema.registry.url?


回答1:


Server-side schema validation is part of Confluent Server, not Apache Kafka.

I will make sure that that docs page gets updated to be more clear - thanks for raising it.



来源:https://stackoverflow.com/questions/65832588/does-kafka-support-schema-registries-out-of-the-box-or-is-it-a-confluent-platfo

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!