Hi. Is there any recommendation on the number of operations in bulk/AUTO_FLUSH_BACKGROUND ? I guess it highly depends on the cluster size, the number of partitions hit by the operations, etc. But there could be some guidelines out there ?
Looking at the code of the kudu client, it seems that the default size is 1000: `private int mutationBufferSpace = 1000;`. - Nicolas
