Hi everyone I was used Flink keyed-state in my Project.But I found some questions that make me confused. when I used value-state in multi parallelism the value is not I wanted. So I guess that value-state is in every parallelism. every parallelism saved their only value which means the value is Thread-Level But when I used map-state,the value is correctly. I mean the map-state was shared by every parallelism. looking forward to your reply
lxk7...@163.com