georgew5656 commented on PR #15919: URL: https://github.com/apache/druid/pull/15919#issuecomment-1949233321
> @georgew5656 thanks for looking into this. I have been testing your fix however not sure if it works: > > ``` > jreyes@hdez ~ % echo druid_indexer_runner_k8s_podTemplate_index_kinesis | sed -e 's?^\([^=]*\)=.*?\1?g' -e 's?__?$UNDERSCORE?g' -e 's?_?.?g' -e 's?$UNDERSCORE?_?g' > druid.indexer.runner.k8s.podTemplate.index.kinesis > ``` you need to escape the cases where you actually want the underscore to be a part of the property with a double underscore, e.g. druid_indexer_runner_k8s_podTemplate_index__kinesis -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
