Re: RichFunctions, streaming, and configuration (it's always empty)

2022-08-06 Thread Ben Edwards
A comment on this issue seems to suggest that the configuration parameter is legacy and I should getting the configuration off the r

RichFunctions, streaming, and configuration (it's always empty)

2022-08-06 Thread Ben Edwards
I am new to flink and trying to write some unit tests for a RichFunction. This function wants to find configuration passed in via the open method in order to set up a network client. I am using a stream harness for my test, customised with my own MockEnvironment + Configuration. To my surprise, the