Skip to content

Commit

Permalink
Fix Typo (apache#5864)
Browse files Browse the repository at this point in the history
  • Loading branch information
ant8e authored and sijie committed Dec 20, 2019
1 parent bdb1f4c commit b9aa4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site2/docs/schema-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This chapter introduces Pulsar schemas and explains why they are important.

Type safety is extremely important in any application built around a message bus like Pulsar.

Producers and consumers need some kind of mechanism for coordinating types at the topic level to aviod various potential problems arise. For example, serialization and deserialization issues.
Producers and consumers need some kind of mechanism for coordinating types at the topic level to avoid various potential problems arise. For example, serialization and deserialization issues.

Applications typically adopt one of the following approaches to guarantee type safety in messaging. Both approaches are available in Pulsar, and you're free to adopt one or the other or to mix and match on a per-topic basis.

Expand Down

0 comments on commit b9aa4ce

Please sign in to comment.