cckellogg commented on pull request #613: URL: https://github.com/apache/pulsar-client-go/pull/613#issuecomment-921142424
> ``` > BeforeSendWithContext(ctx context.Context, producer Producer, message *ProducerMessage) > ``` Adding a new function to the interface will still be a breaking change. Applications will have have to implement the new method and recompile. I think that's what we need to figure out. Do we need to support backward compatibility or is making a breaking api change ok for the next release. -- 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]
