Hi Flink users, When # of Kafka consumers = # of partitions, and I use setParallelism(>1), something like this
'messageSteam.rebalance().map(lamba).setParallelism(3).print()' How do I tune # of outstanding uncommitted offset? Something similar to https://storm.apache.org/releases/1.1.2/storm-kafka-client.html in Storm. Thanks Ben