我在 localhost:8083 上有架构注册表,并且希望按名称获取 avro 架构“test.data”以在其他地方使用。
当我尝试时
$ curl --location --request GET 'http://localhost:8083/subjects?subject=test.data'
我取回注册表中的所有模式。
有没有一种方法可以通过名称获取一个模式?
apache-kafka confluent-schema-registry
apache-kafka ×1
confluent-schema-registry ×1