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

ASF subversion and git services commented on SOLR-18062:
--------------------------------------------------------

Commit 4551969baf1dd3b1ff2fcbf1affb0e17ae800085 in solr's branch 
refs/heads/main from Gaurav Singh
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=4551969baf1 ]

SOLR-18062: Support arbitrary Kafka properties via env and sysprops (#4185)

Co-authored-by: openworld-maker 
<[email protected]>
Co-authored-by: Eric Pugh <[email protected]>

> CrossDC - support arbitrary Kafka properties
> --------------------------------------------
>
>                 Key: SOLR-18062
>                 URL: https://issues.apache.org/jira/browse/SOLR-18062
>             Project: Solr
>          Issue Type: Improvement
>          Components: module - crossDC
>    Affects Versions: 10.0
>            Reporter: Andrzej Bialecki
>            Assignee: Andrzej Bialecki
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: main(11.0), 10.1
>
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> Currently a strictly controlled subset of Kafka properties is supported in 
> CrossDC Producer and Consumer. However, this limits the possibility of adding 
> other Kafka properties related to performance tuning, connectivity etc. There 
> are literally hundreds of these properties, some varying between Kafka 
> versions.
> This ticket will add a generic mechanism to pass-through arbitrary Kafka 
> properties. The proposed mechanism is the following:
>  * environment variables starting with {{KAFKA_}} will be stripped of the 
> prefix, lowercased and replace underscores with dots.
>  * system properties starting with {{kafka.}} will be stripped of the prefix.
> Properties collected this way from env vars and sys props will be added to 
> {{KafkaCrossDcConf}} and returned in 
> {{KafkaCrossDcConf.getAdditionalProperties()}} which is used during 
> configuration of Kafka consumers and producers.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to