sijie commented on a change in pull request #3904: [go schema] support go
schema for pulsar-client-go
URL: https://github.com/apache/pulsar/pull/3904#discussion_r275130916
##########
File path: pulsar-client-go/pulsar/c_producer.go
##########
@@ -108,6 +110,24 @@ func createProducerAsync(client *client, options
ProducerOptions, callback func(
C.pulsar_producer_configuration_set_compression_type(conf,
C.pulsar_compression_type(options.CompressionType))
}
+ if schema != nil {
Review comment:
same comment as in c_consumer.go
----------------------------------------------------------------
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