Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

[FEATURE] Confluent Compatible REST Schema Registry API #1595

Open
tspannhw opened this issue Nov 28, 2022 · 2 comments
Open

[FEATURE] Confluent Compatible REST Schema Registry API #1595

tspannhw opened this issue Nov 28, 2022 · 2 comments
Labels
type/feature Indicates new functionality

Comments

@tspannhw
Copy link

Is your feature request related to a problem? Please describe.
Confluent and Cloudera, and others have a REST API in a format integrated in several OTS apps.

Describe the solution you'd like
Add a second REST API that follows their paradigms.

Cloudera and others have Confluent-compatible schema registries. It allows for easy replacement of Apache Kafka with Apache Pulsar. It would be useful for KoP.

https://docs.cloudera.com/csp/2.0.1/schema-registry-overview/topics/csp-schema_registry_component_architecture.html

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

See:

https://github.com/riferrei/is-using-kop-a-good-idea/blob/cbc17d122b217c69696350c19fe91425506916df/stream-processing/docker-compose.yml

https://redpanda.com/blog/schema-registry

@tspannhw tspannhw added the type/feature Indicates new functionality label Nov 28, 2022
@eolivelli
Copy link
Contributor

This is already implemented in KOP

@eolivelli
Copy link
Contributor

There are a couple of changes that I haven't ported from DataStax fork (Starlight for Kafka) about allowing TLS.
But I can port them.

The KOP SchemaRegistry works well with all the known tools/IDEs and also supports multi-tenancy.

Data is stored on Pulsar topics

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type/feature Indicates new functionality
Projects
None yet
Development

No branches or pull requests

2 participants