rdhabalia commented on issue #1903: Support pulsar source to start consumer with topic patterns URL: https://github.com/apache/incubator-pulsar/pull/1903#issuecomment-394908931 @jerrypeng > I think this change will break python functions since an additional cli argument i.e. topic pattern might be passed into python_instance_main. It seems we will not be able to pass topicPattern to python function as [c++/python pulsar client-lib](https://github.com/apache/incubator-pulsar/blob/master/pulsar-client-cpp/include/pulsar/ConsumerConfiguration.h) doesn't support topicsPattern yet. So, if user doesn't use topics-pattern for python then there should not be an issue. However, we can document it for now that topicsPattern is only supported for java right now and we can implement it once it's available in c++ lib.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
