Skip to content

Commit

Permalink
service defn in protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed May 17, 2024
1 parent 391efbf commit b61803b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/design-documents/20240430-schema-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,12 +351,17 @@ for remote Conduit instances.

## Required changes

### Conduit Connector Protocol

Conduit's schema service definition needs to be added to
the [Conduit Connector Protocol](https://github.com/ConduitIO/conduit-connector-protocol).

### Conduit

Conduit needs to expose a gRPC schema service as explained above. The gRPC
service exposes methods needed for connectors to work with schemas. Initially,
the service will use the Apicurio Registry to actually manage the schemas. Later
on, we will migrate to our own schema registry.
Conduit needs to expose a gRPC schema service as defined in the protocol. The
gRPC service exposes methods needed for connectors to work with schemas.
Initially, the service will use the Apicurio Registry to actually manage the
schemas. Later on, we will migrate to our own schema registry.

The service's port will be random and Conduit will make it available to
connectors via an environment variable.
Expand Down

0 comments on commit b61803b

Please sign in to comment.