zalando / nakadi

A distributed event bus that implements a RESTful API abstraction on top of Kafka-like queues
https://nakadi.io
MIT License
952 stars 292 forks source link

Local schema service as schema provider service #1452

Closed thomasabraham closed 2 years ago

thomasabraham commented 2 years ago

Local schema service as schema provider service

Zalando ticket : team-aruha/issues/1128

Description

The LocalSchemaRegisrty implements the SchemaProviderService, which is supposed to support different schema implementations.

Review

Deployment Notes

These should highlight any db migrations, feature toggles, etc.

thomasabraham commented 2 years ago

Turns out, the use case for this solution is not there anymore.