Hi Everyone, Noticed that Flink sources are contain distributed Bloom filter implementation<https://github.com/apache/flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/operators/util/BloomFilter.java>, so wandering is somebody tried to use it in production for large scale items ( ~2.5 billion items in my case ) and can share experience, or even some statistics about errors and memory consumption.
Thanks, Gennady