merlimat opened a new pull request #4253: Fixed python function context.publish with properties URL: https://github.com/apache/pulsar/pull/4253 ### Motivation In `context.publish()` the `properties` args was deprecated. There are now 2 `context.publish()` methods with different args. The problem is that a function using the old deprecated list of param is ending up with the new method even though it's passing `properties` arg. We need to make sure the old function keeps working in this scenario.
---------------------------------------------------------------- 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
