You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/05 08:25:52 UTC

[GitHub] [flink] aljoscha commented on issue #11017: [FLINK-15907] [runtime] [configuration] expose getRawValue as protect…

aljoscha commented on issue #11017: [FLINK-15907] [runtime] [configuration] expose getRawValue as protect…
URL: https://github.com/apache/flink/pull/11017#issuecomment-582294418
 
 
   @dawidwys What do you think about this one? I'm skeptical because making the method `protected` increases the API surface that we would need to keep stable? Shouldn't "modern" stuff go against `ReadableConfig`? 
   
   Another option is to use `ReadableConfigToConfigurationAdapter` (which is `@Internal` right now) with an underlying `ReadableConfig`, which is a much simpler interface.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services