[ 
https://issues.apache.org/jira/browse/KAFKA-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16839724#comment-16839724
 ] 

ASF GitHub Bot commented on KAFKA-8363:
---------------------------------------

rhauch commented on pull request #6726: KAFKA-8363: Fix parsing bug for config 
providers
URL: https://github.com/apache/kafka/pull/6726
 
 
   
 
----------------------------------------------------------------
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:
us...@infra.apache.org


> Config provider parsing is broken
> ---------------------------------
>
>                 Key: KAFKA-8363
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8363
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 2.0.0, 2.0.1, 2.1.0, 2.2.0, 2.1.1
>            Reporter: Chris Egerton
>            Assignee: Chris Egerton
>            Priority: Major
>
> The 
> [regex|https://github.com/apache/kafka/blob/63e4f67d9ba9e08bdce705b35c5acf32dcd20633/clients/src/main/java/org/apache/kafka/common/config/ConfigTransformer.java#L56]
>  used by the {{ConfigTransformer}} class to parse config provider syntax (see 
> [KIP-279|https://cwiki.apache.org/confluence/display/KAFKA/KIP-297%3A+Externalizing+Secrets+for+Connect+Configurations])
>  is broken and fails when multiple path-less configs are specified. For 
> example: {{"${provider:configOne} ${provider:configTwo}"}} would be parsed 
> incorrectly as a reference with a path of {{"configOne} $\{provider"}}. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to