You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/09/03 05:55:30 UTC

[GitHub] [kafka] sknot-rh commented on pull request #10436: KAFKA-12577; Remove deprecated `ConfigEntry` constructor for 3.0

sknot-rh commented on pull request #10436:
URL: https://github.com/apache/kafka/pull/10436#issuecomment-912277770


   I am using this deprecated ctor in my tests. How can I set, for example `source` option now? The other ctor has a package protected access.
   ```
   ConfigEntry(String name, String value, ConfigSource source, boolean isSensitive, boolean isReadOnly,
                   List<ConfigSynonym> synonyms, ConfigType type, String documentation) 
   ```


-- 
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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org