wolfstudy 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_r277193529
##########
File path: pulsar-client-go/pulsar/client.go
##########
@@ -103,16 +103,22 @@ type Client interface {
// This method will block until the producer is created successfully
CreateProducer(ProducerOptions) (Producer, error)
+ CreateTypedProducer(ProducerOptions, Schema) (Producer, error)
Review comment:
sure, good suggestion
----------------------------------------------------------------
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