MatrixHB opened a new issue #14627: URL: https://github.com/apache/pulsar/issues/14627
``` Producer producer = client.newProducer(Schema.AVRO(User.class)).create(); Producer producer = client.newProducer(Schema.generic(schemaInfo)).create(); ``` When a pulsar producer is created, it is binding with a specific schema. May I ask what is the advantage of this design? In kafka, one Producer is not binding with schema, so it can support multiple schemas. Is it possible for Pulsar to do that? -- 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]
