sknot-rh edited a comment 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)
```
// edit
I used reflection to invoke protected ctor.
--
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]