File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def start(_type, _args) do
54
54
{AvroSchema , [cache_dir: cache_dir]},
55
55
]
56
56
57
- opts = [strategy: :one_for_one , name: LogElasticsearch .Supervisor ]
57
+ opts = [strategy: :one_for_one , name: Example .Supervisor ]
58
58
Supervisor .start_link (children, opts)
59
59
end
60
60
```
@@ -108,11 +108,11 @@ Consumers look up the id to get the schema.
108
108
109
109
The Schema Registry also does validation on new schemas to ensure that they
110
110
meet a backwards compatibility policy for the organization.
111
- This helps you to [ evolve schemas] ( https://docs.confluent.io/current/schema-registry/avro.html )
111
+ This helps to [ evolve schemas] ( https://docs.confluent.io/current/schema-registry/avro.html )
112
112
over time and deploy them without breaking running applications.
113
113
114
114
The disadvantage of the Schema Registry is that it can be a single point
115
- of failure. Different schema registries will in general assign a different
115
+ of failure. Different schema registries will, in general, assign a different
116
116
numeric id to the same schema.
117
117
118
118
This library provides functions to register schemas with the Schema Registry
You can’t perform that action at this time.
0 commit comments