lhotari commented on issue #24295: URL: https://github.com/apache/pulsar/issues/24295#issuecomment-2876521065
It looks like the fix is to prefix the regular expressions with `r` to use raw string syntax. the line should be ```python m = re.search(r'(.+)-partition-(\d+)', topic) ``` -- 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]
