shuiqiangchen edited a comment on pull request #13292:
URL: https://github.com/apache/flink/pull/13292#issuecomment-686966367


   Hi @dianfu Thank you for your comments. Currently, users are not able to 
get/set Configurations for a StreamExecutionEnvironment since the 
StreamExecutionEnvironment.getConfiguration() is a protected method. 
   Here we have two approaches:
   1. Making the StreamExecutionEnvironment.getConfiguration() public in Python 
DataStream API.
   2. Add these two new interface that the Java StreamExecutionEnvironment does 
not have, this is actually a bit controversial.
   


----------------------------------------------------------------
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


Reply via email to