Anonymitaet commented on a change in pull request #4767: [Doc] Add *Schema Type* Section for Schema Chapter URL: https://github.com/apache/pulsar/pull/4767#discussion_r305380128
########## File path: site2/docs/schema-type.md ########## @@ -0,0 +1,151 @@ +--- +id: schema-type +title: Schema type +sidebar_label: Schema type +--- + +Pulsar supports various schema types, which are mainly divided into two categories: + +* Primitive type + +* Complex type + +> #### Note +> +> If you create a schema without specifying a type, producers and consumers can only handle raw bytes. Review comment: @sijie Is this Note correct? ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
