suspend fun ConsulClient.getKeysWithOptionsAwait(keyPrefix: String, options: BlockingQueryOptions): List<String>
Returns the list of keys that corresponding to the specified key prefix.
options - the blocking options
Return
reference to this, for fluency *