buffer
Whether or not to enable buffering. When this is true, the map will first buffer each of the BufferedItems in a queue and asynchronously work through that. When this is false, the items are reduced into the MapValueType as they come in, one by one.