Replies: 1 comment 1 reply
-
I like the idea of keeping the source of truth within the schema registry. It also opens up the possibility of adding magic bytes to the protobuf payloads, which is necessary to even use protobuf for most connector converters. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are checking in with the Zilla Roadmap to get your thoughts about this new Idea to pull gRPC service definitions from an external schema registry with Zilla #697.
Currently, Zilla can use any
.proto
file that is on the same host where Zilla is running. You can control what services Zilla implements by controlling the files the runtime can access. Any file management tooling will work with Zilla to update the proto service definitions.We want to include more ways to manage gRPC services on top of Kafka and have been working hard to include new general support for external schema registries. With the #697 roadmap story, the goal is to enable more flexibility when defining and updating these services.
Check out the feature spec, ask questions, and tell us what you think might improve it!
Join the discussion to make Zilla even better! Star ⭐ the Zilla repo to watch for new updates and come hang out in our Slack.
Beta Was this translation helpful? Give feedback.
All reactions