Add parameterized type to SchemaRegistry in Service interface
#21922 · Java · ★ 405 · Apache-2.0 · updated 22d ago
Summary The Service interface should use SchemaRegistry<SemanticVersion> instead of raw SchemaRegistry type to provide type safety when registering schemas. Current Situation Currently, the Service interface uses a raw SchemaRegistry type: public interface Service { /** *…
7/8 outside PRs mergedpoints at a file
Cleared 4m ago