congbobo184 commented on a change in pull request #5757: [doc]Modify schema 
compatibility check doc
URL: https://github.com/apache/pulsar/pull/5757#discussion_r352033217
 
 

 ##########
 File path: site2/docs/schema-understand.md
 ##########
 @@ -539,14 +539,17 @@ This diagram illustrates how does schema work on the 
Producer side.
 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 producer.
+
+5. If no, the broker judge whether this namespace can automatically create 
schema.
+   isAllowAutoUpdateSchema can be modified by Admin-Api and REST-API 
   
-5. If no, the broker validates the schema based on the schema compatibility 
check strategy defined for the topic. 
+6. If yes, the broker validates the schema based on the schema compatibility 
check strategy defined for the topic. 
 
 Review comment:
   yes, we can delete the line 546 👍 :)

----------------------------------------------------------------
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

Reply via email to