Skip to content

Commit 453a81d

Browse files
committed
Doc
1 parent 28b05c6 commit 453a81d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def start(_type, _args) do
5454
{AvroSchema, [cache_dir: cache_dir]},
5555
]
5656

57-
opts = [strategy: :one_for_one, name: LogElasticsearch.Supervisor]
57+
opts = [strategy: :one_for_one, name: Example.Supervisor]
5858
Supervisor.start_link(children, opts)
5959
end
6060
```
@@ -108,11 +108,11 @@ Consumers look up the id to get the schema.
108108

109109
The Schema Registry also does validation on new schemas to ensure that they
110110
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)
112112
over time and deploy them without breaking running applications.
113113

114114
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
116116
numeric id to the same schema.
117117

118118
This library provides functions to register schemas with the Schema Registry

0 commit comments

Comments
 (0)