Anonymitaet commented on a change in pull request #5757: [doc]Modify schema compatibility check doc URL: https://github.com/apache/pulsar/pull/5757#discussion_r351974176
########## File path: site2/docs/schema-understand.md ########## @@ -560,16 +563,10 @@ This diagram illustrates how does Schema work on the consumer side. 2. The consumer connects to the broker with the `SchemaInfo` extracted from the passed-in schema instance. -3. The broker looks up the schema in the schema storage to check if it is already a registered schema. - -4. If yes, the broker skips the schema validation since it is a known schema, and returns the schema version to the consumer. - -5. If no, the broker validates the schema based on the schema compatibility check strategy defined for the topic. - -6. If the schema is compatible, the broker stores it and returns the schema version to the consumer. +3. If the schema is compatible, the consumer will be connected. Review comment: ```suggestion 3. If the schema is compatible, the consumer is connected to the broker. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services