Re: how to simulate the scene "back pressure" in flink?Thanks~!

2020-10-10 Thread David Anderson
020 at 5:32 PM 大森林 wrote: > > Could I use your command with no docker? > > -- 原始邮件 -- > *发件人:* "David Anderson" ; > *发送时间:* 2020年10月10日(星期六) 晚上10:30 > *收件人:* "大森林"; > *抄送:* "Arvid Heise";"user"; >

?????? how to simulate the scene "back pressure" in flink?Thanks~!

2020-10-10 Thread ??????
Could I use your command with no docker? --  -- ??: "David Anderson"

Re: how to simulate the scene "back pressure" in flink?Thanks~!

2020-10-10 Thread David Anderson
--- > apologise for my poor basic knowledge of flink~ > Thanks for both of your help~ > > > > -- 原始邮件 -- > *发件人:* "David Anderson" ; > *发送时间:* 2020年10月9日(星期五) 晚上8:23 > *收件人:* "Arvid Heise"; >

?????? how to simulate the scene "back pressure" in flink?Thanks~!

2020-10-09 Thread ??????
Thanks for both of your help... but... I can not understand both: Dear David Anderson: Is the whole command like this? flink run --backpressure  -c wordcount_increstate datastream_api-1.0-SNAPSHOT.ja

Re: how to simulate the scene "back pressure" in flink?Thanks~!

2020-10-09 Thread David Anderson
:00 >> *收件人:* "大森林"; >> *抄送:* "David ,Anderson";"user"< >> user@flink.apache.org>; >> *主题:* Re: how to simulate the scene "back pressure" in flink?Thanks~! >> >> The easiest way to see backpressure is to add s

Re: how to simulate the scene "back pressure" in flink?Thanks~!

2020-10-09 Thread Arvid Heise
27;s the value should I set for RestOption.PORT? > > Thanks. > > > -- 原始邮件 -- > *发件人:* "Arvid Heise" ; > *发送时间:* 2020年10月9日(星期五) 下午3:00 > *收件人:* "大森林"; > *抄送:* "David ,Anderson";"user"< > user@f

?????? how to simulate the scene "back pressure" in flink?Thanks~!

2020-10-09 Thread ??????
 Thanks for your repies, could you tell me where to set RestOption.POPT?in configuration  what's the value should I set for RestOption.PORT? Thanks. --  -- ??:

Re: how to simulate the scene "back pressure" in flink?Thanks~!

2020-10-09 Thread Arvid Heise
The easiest way to see backpressure is to add some sleep to your sink, check [1] for an example. If you execute that unit test with a RestOption.PORT set in the configuration, you can even load the Web UI and watch the backpressure accumulate and finally go away at the end of the test. [1] https:/

how to simulate the scene "back pressure" in flink?Thanks~!

2020-10-06 Thread ??????
I want to learn the concept "back pressure". but I can not find the datastream generator example to generate a lot of data. besides, is there any example on how to simulate the scene "back pressure"  in WEB UI? Thanks for your help~