RobertIndie commented on issue #1188: URL: https://github.com/apache/pulsar-client-go/issues/1188#issuecomment-1970813600
Pulsar has the builtin schema registry: https://pulsar.apache.org/docs/next/schema-overview/ [Schema evolution](https://pulsar.apache.org/docs/next/schema-understand/#schema-evolution) outlines how the system behaves when the producer or consumer modifies the schema. Similar to the Java client, it's necessary to set up the schema when creating producers and consumers. This schema serves as a writing schema for producers and a reading schema for consumers. The difference is that we could use the POJO type to generate the schema definition for the Java client. Unfortunately, the Go client doesn't currently have this feature. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
