Is there an existing issue for this?
Description
The cf kv api support batch get since April. And it will be really helpful if we supports that.
I think a good api design will be changing this line
pub fn get(&self, name: &str) -> GetOptionsBuilder {
to
pub fn get(&self, name: &[&str]) -> GetOptionsBuilder {