This chapter outlines using a schema registry in Apache Pulsar.
In traditional approaches, data is transferred using streams of bytes that are interpreted by the receiver. The major problem with using raw bytes is the compatibility and verification of the data that is being transferred. Adding and removing a field in a message can lead to multiple issues. An entire system can have issues when a single field is added or removed when using bytes, which wastes ...